We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d9f581 commit 2cfba37Copy full SHA for 2cfba37
.github/workflows/image.yaml
@@ -3,6 +3,9 @@ name: Create and publish a Docker image
3
4
# Configures this workflow to run every time a change is pushed to the branch called `release`.
5
on:
6
+ push:
7
+ branches:
8
+ - "*docker*"
9
release:
10
types: [created]
11
workflow_dispatch:
0 commit comments