Skip to content

Commit

Permalink
Merge pull request #23 from StaticRocket/bugfix/workflow-paths
Browse files Browse the repository at this point in the history
Bugfix/workflow paths
  • Loading branch information
StaticRocket authored Oct 30, 2024
2 parents 0cd1ba1 + e805afc commit dfd6fa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [master]
paths:
- docker
- 'docker/**'
- requirements.txt

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rstcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:
branches: [master]
paths:
- source
- 'source/**'

defaults:
run:
Expand Down

0 comments on commit dfd6fa7

Please sign in to comment.