Skip to content

Commit

Permalink
ci: add paths on workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Tchoupinax committed Nov 25, 2024
1 parent 5f6a94f commit f583227
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/action-self-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: "GitHub Action: Self-Test"
on:
pull_request:
paths:
- "src/**/.ts"

jobs:
setup-iggy:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Checks
on:
pull_request:
paths:
- "src/**/.ts"

jobs:
checks:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/update-labels.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Update repository labels
on:
pull_request:
paths:
- ".github/workflows/uptdate-label.yml"
- ".github/update-labels.sh"

jobs:
checks:
Expand Down

0 comments on commit f583227

Please sign in to comment.