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 76fdffa commit d293985
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/editor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- main
pull_request:
paths:
- editor
- editor/**
- .github/workflows/editor.yml

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/errors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- main
pull_request:
paths:
- errors
- errors/**
- .github/workflows/errors.yml

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/higherorder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- main
pull_request:
paths:
- exp/higherorder
- exp/higherorder/**
- .github/workflows/higherorder.yml

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ordered.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- main
pull_request:
paths:
- exp/ordered
- exp/ordered/**
- .github/workflows/ordered.yml

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/slice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- main
pull_request:
paths:
- exp/slice
- exp/slice/**
- .github/workflows/slice.yml

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/strings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- main
pull_request:
paths:
- exp/strings
- exp/strings/**
- .github/workflows/strings.yml

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/teatest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- main
pull_request:
paths:
- exp/teatest
- exp/teatest/**
- .github/workflows/teatest.yml

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/term.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- main
pull_request:
paths:
- exp/term
- exp/term/**
- .github/workflows/term.yml

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

0 comments on commit d293985

Please sign in to comment.