Skip to content

Commit

Permalink
Fix temporary docker workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
dickwolff committed Apr 3, 2024
1 parent 1651278 commit 97c6bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ on:
branches:
- main
paths:
- "./github/workflows/docker.yml"
- "src/**"
- "package.json"
pull_request:
branches:
- main
paths:
- "./github/workflows/docker.yml"
- "src/**"
- "package.json"

Expand Down

0 comments on commit 97c6bd8

Please sign in to comment.