Skip to content

Commit

Permalink
Only run build & deployment stages when image/runtime files are pushed (
Browse files Browse the repository at this point in the history
  • Loading branch information
AbstractUmbra committed May 17, 2024
1 parent 6a247d6 commit d5296f4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build_and_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ on:
push:
branches:
- main
paths:
- '**.html'
- '**.css'
- '**.js'
- '**.py'
- '**.toml'
- '**.svg'

concurrency:
cancel-in-progress: true
Expand Down

0 comments on commit d5296f4

Please sign in to comment.