Skip to content

Commit d5296f4

Browse files
committed
Only run build & deployment stages when image/runtime files are pushed (#42)
1 parent 6a247d6 commit d5296f4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build_and_push.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ on:
1414
push:
1515
branches:
1616
- main
17+
paths:
18+
- '**.html'
19+
- '**.css'
20+
- '**.js'
21+
- '**.py'
22+
- '**.toml'
23+
- '**.svg'
1724

1825
concurrency:
1926
cancel-in-progress: true

0 commit comments

Comments
 (0)