Skip to content

Commit 87d80f4

Browse files
committed
Improving CICD (only run tests on push to main/prod/master branches)
1 parent ac698bc commit 87d80f4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

{{cookiecutter.project_slug}}/.github/workflows/test-docker-image.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ name: Test Docker Image CI/CD
44
on:
55
push:
66
branches:
7-
- '*'
8-
- '!main'
9-
- '!master'
10-
- '!prod'
7+
- 'main'
8+
- 'master'
9+
- 'prod'
1110

1211
jobs:
1312
set-up-docker:

0 commit comments

Comments
 (0)