Skip to content

Commit 9fbf6b3

Browse files
authored
ensure changes in CI scripts triggers CI
1 parent da2f926 commit 9fbf6b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-testing-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ on:
1818
- "**.json"
1919
- "**.Makefile"
2020
- ".github/workflows/ci-testing-deploy.yml"
21+
- "ci/**"
2122
pull_request:
2223
branches:
2324
- "*"
@@ -34,7 +35,7 @@ on:
3435
- "**.json"
3536
- "**.Makefile"
3637
- ".github/workflows/ci-testing-deploy.yml"
37-
38+
- "ci/**"
3839
env:
3940
# secrets can be set in settings/secrets on github
4041
DOCKER_REGISTRY: ${{ secrets.DOCKER_REGISTRY }}

0 commit comments

Comments
 (0)