We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e70a3e commit 703b8c7Copy full SHA for 703b8c7
1 file changed
.github/workflows/smoke-test.yml
@@ -9,6 +9,10 @@ on:
9
10
# Automatic: Run when new commits are pushed to develop or main
11
push:
12
+ paths-ignore:
13
+ - 'Dockerfile'
14
+ - '.dockerignore'
15
+ - 'README.md'
16
branches:
17
- main
18
- develop
0 commit comments