Skip to content

Commit

Permalink
Add github folder to action paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaddox5 committed Oct 8, 2024
1 parent c1f9506 commit 65d9d76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: ["main"]
paths:
- "**.pls"
- ".github/**"

jobs:
upload:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
paths:
- "**.pls"
- ".github/**"

jobs:
validate:
Expand Down

0 comments on commit 65d9d76

Please sign in to comment.