ci: add path filters

This commit is contained in:
Thomas Hobson 2021-03-14 13:00:15 +13:00
parent 7ce8afa7f2
commit 2e20928bc8
No known key found for this signature in database
GPG Key ID: 9F1FD9D87950DB6F
2 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,9 @@ on:
branches:
- master
- v3
paths:
- api/**
jobs:
push_to_registry:

View File

@ -4,6 +4,8 @@ on:
branches:
- master
- v3
paths:
- repo/**
jobs:
push_to_registry: