Skip to content

Commit

Permalink
Trigger build if only if Dockerfile is updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Hartorn authored Nov 12, 2024
1 parent 58682f1 commit 3913fab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
paths:
- 'python/Dockerfile_*'
workflow_dispatch:
permissions:
contents: write
Expand Down

0 comments on commit 3913fab

Please sign in to comment.