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
#42)

* only run build and deploy on mission critical items

* remove sql since that requires manual intervention

* add svg
  • Loading branch information
AbstractUmbra authored May 17, 2024
1 parent 6a247d6 commit 29adfd8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build_and_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ on:
push:
branches:
- main
paths:
- '**.html'
- '**.css'
- '**.js'
- '**.py'
- '**.toml'
- '**.svg'
paths-ignore:
- '**.template.toml'

concurrency:
cancel-in-progress: true
Expand Down

0 comments on commit 29adfd8

Please sign in to comment.