1
0
Fork 0
mirror of synced 2024-06-26 18:10:51 +12:00

only kick off build on certain paths

This commit is contained in:
Martin McKeaveney 2021-12-31 13:59:48 +00:00
parent 4d77353692
commit ac67b11301
2 changed files with 20 additions and 0 deletions

View file

@ -4,6 +4,16 @@ on:
push:
branches:
- develop
paths:
- '.aws/**'
- '.github/**'
- 'charts/**'
- 'packages/**'
- 'scripts/**'
- 'package.json'
- 'yarn.lock'
- 'package.json'
- 'yarn.lock'
env:
POSTHOG_TOKEN: ${{ secrets.POSTHOG_TOKEN }}

View file

@ -4,6 +4,16 @@ on:
push:
branches:
- master
paths:
- '.aws/**'
- '.github/**'
- 'charts/**'
- 'packages/**'
- 'scripts/**'
- 'package.json'
- 'yarn.lock'
- 'package.json'
- 'yarn.lock'
env:
POSTHOG_TOKEN: ${{ secrets.POSTHOG_TOKEN }}