Skip to content

Commit

Permalink
Adjust path filters
Browse files Browse the repository at this point in the history
  • Loading branch information
andy5995 committed Nov 24, 2024
1 parent 601e2fc commit 9393750
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ on:
pull_request:
branches: master
paths:
- '**Dockerfile'
- 'docker/**'
- '!**.md'
- '**docker-test.yml'

jobs:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ on:
push:
branches: master
paths:
- '**Dockerfile'
- 'docker/**'
- '!**.md'
- '**docker.yml'
workflow_dispatch:
schedule:
Expand Down

0 comments on commit 9393750

Please sign in to comment.