Skip to content

Commit

Permalink
Add self-references to CI workflow files
Browse files Browse the repository at this point in the history
This means they’ll trigger when the workflow files change
in addition to the packages they operate on.
  • Loading branch information
backspace committed Apr 16, 2024
1 parent cca3995 commit 9be3761
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-gathering.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
pull_request:
paths:
- "gathering/**"
- ".github/workflows/ci-gathering.yml"

permissions:
checks: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-registrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
pull_request:
paths:
- "registrations/**"
- ".github/workflows/ci-registrations.yml"

jobs:
mix-test:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-unmnemonic-devices-vrs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
pull_request:
paths:
- "unmnemonic_devices_vrs/**"
- ".github/workflows/ci-unmnemonic-devices-vrs.yml"

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 9be3761

Please sign in to comment.