Skip to content

Commit 46377cc

Browse files
committed
Including changes in the workflows
1 parent 87d80f4 commit 46377cc

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: Release Docker Image CI/CD
33

44
on:
55
release:
6-
types: [ published ]
6+
types:
7+
- published
78

89
jobs:
910
set-up-docker:

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22
name: Test Docker Image CI/CD
33

44
on:
5-
push:
6-
branches:
7-
- 'main'
8-
- 'master'
9-
- 'prod'
5+
pull_request:
106

117
jobs:
128
set-up-docker:

0 commit comments

Comments
 (0)