Skip to content

Commit

Permalink
Fix GitHub Actions paths filter
Browse files Browse the repository at this point in the history
  • Loading branch information
kabilar committed Dec 20, 2024
1 parent 4c9d572 commit 2cfedef
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-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
paths:
- 'Dockerfile*'
- 'images/Dockerfile*'
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build Docker Images
on:
pull_request:
paths:
- 'Dockerfile*'
- 'images/Dockerfile*'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 2cfedef

Please sign in to comment.