Skip to content

Commit

Permalink
Build only when relevant files are changed
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitounator committed Dec 14, 2023
1 parent 1246f48 commit cb5b74b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
on:
push:
branches: main
branches:
- main
paths:
- 'Dockerfile-*'
- **/build-and-push.yml


jobs:
docker:
Expand Down

0 comments on commit cb5b74b

Please sign in to comment.