Skip to content

Commit 2cfba37

Browse files
authored
on: push: branches: - "*docker*"
1 parent 6d9f581 commit 2cfba37

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/image.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ 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+
push:
7+
branches:
8+
- "*docker*"
69
release:
710
types: [created]
811
workflow_dispatch:

0 commit comments

Comments
 (0)