Skip to content

Commit

Permalink
ci: if workflow itself changes, run it too
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Feb 1, 2024
1 parent a4ee600 commit 7fd2f44
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/editor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
pull_request:
paths:
- ./editor
- ./.github/workflows/editor.yml

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/errors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
pull_request:
paths:
- ./errors
- ./.github/workflows/errors.yml

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/higherorder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
pull_request:
paths:
- ./exp/higherorder
- ./.github/workflows/higherorder.yml

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ordered.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
pull_request:
paths:
- ./exp/ordered
- ./.github/workflows/ordered.yml

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/slice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
pull_request:
paths:
- ./exp/slice
- ./.github/workflows/slice.yml

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/strings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
pull_request:
paths:
- ./exp/strings
- ./.github/workflows/strings.yml

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/teatest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
pull_request:
paths:
- ./exp/teatest
- ./.github/workflows/teatest.yml

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/term.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
pull_request:
paths:
- ./exp/term
- ./.github/workflows/term.yml

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions scripts/builds
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
pull_request:
paths:
- $(dirname "$mod")
- ./.github/workflows/${name}.yml
jobs:
build:
Expand Down

0 comments on commit 7fd2f44

Please sign in to comment.