Skip to content

Commit 703b8c7

Browse files
authored
wip: ignore container metadata paths for smoke-test
1 parent 4e70a3e commit 703b8c7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/smoke-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99

1010
# Automatic: Run when new commits are pushed to develop or main
1111
push:
12+
paths-ignore:
13+
- 'Dockerfile'
14+
- '.dockerignore'
15+
- 'README.md'
1216
branches:
1317
- main
1418
- develop

0 commit comments

Comments
 (0)