Skip to content

Commit 82c1b5d

Browse files
authored
Update image.yaml
1 parent 2d94b19 commit 82c1b5d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/image.yaml

+5-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@ name: Create and publish a Docker image
33

44
# Configures this workflow to run every time a change is pushed to the branch called `release`.
55
on:
6-
release:
7-
types: [created]
6+
#release:
7+
# types: [created]
88
workflow_dispatch:
9+
push:
10+
pull_request:
11+
#branch:
912

1013
# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
1114
env:

0 commit comments

Comments
 (0)