Skip to content

Commit

Permalink
ci: fix pr paths
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 387cd0c commit 76fdffa
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/editor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
- main
pull_request:
paths:
- ./editor
- ./.github/workflows/editor.yml
- editor
- .github/workflows/editor.yml

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/errors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
- main
pull_request:
paths:
- ./errors
- ./.github/workflows/errors.yml
- errors
- .github/workflows/errors.yml

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/higherorder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
- main
pull_request:
paths:
- ./exp/higherorder
- ./.github/workflows/higherorder.yml
- exp/higherorder
- .github/workflows/higherorder.yml

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ordered.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
- main
pull_request:
paths:
- ./exp/ordered
- ./.github/workflows/ordered.yml
- exp/ordered
- .github/workflows/ordered.yml

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/slice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
- main
pull_request:
paths:
- ./exp/slice
- ./.github/workflows/slice.yml
- exp/slice
- .github/workflows/slice.yml

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/strings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
- main
pull_request:
paths:
- ./exp/strings
- ./.github/workflows/strings.yml
- exp/strings
- .github/workflows/strings.yml

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/teatest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
- main
pull_request:
paths:
- ./exp/teatest
- ./.github/workflows/teatest.yml
- exp/teatest
- .github/workflows/teatest.yml

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/term.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
- main
pull_request:
paths:
- ./exp/term
- ./.github/workflows/term.yml
- exp/term
- .github/workflows/term.yml

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions scripts/builds
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ on:
- main
pull_request:
paths:
- $(dirname "$mod")
- ./.github/workflows/${name}.yml
- $(dirname "$mod" | cut -f2- -d/)
- .github/workflows/${name}.yml
jobs:
build:
Expand Down

0 comments on commit 76fdffa

Please sign in to comment.