Skip to content

Commit

Permalink
ci(app): trigger all CI to run on any changes to .github/workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyhgrant committed Apr 9, 2024
1 parent 04236dc commit c8786ff
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/browser-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
- 'dataset-metadata/**'
- 'package.json'
- 'pnpm-lock.yaml'
- '.github/workflows/**'
jobs:
checks:
name: Checks
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/data-pipeline-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
pull_request:
paths:
- 'data-pipeline/**'
- '.github/workflows/**'
jobs:
checks:
name: Checks
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-scripts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
pull_request:
paths:
- 'deploy/deployctl/**'
- '.github/workflows/**'
jobs:
checks:
name: Checks
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/graphql-api-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
- 'dataset-metadata/**'
- 'package.json'
- 'pnpm-lock.yaml'
- '.github/workflows/**'
jobs:
checks:
name: Checks
Expand Down

0 comments on commit c8786ff

Please sign in to comment.