We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b1bf02 commit c93f237Copy full SHA for c93f237
.github/workflows/docker-image.yaml
@@ -3,6 +3,8 @@ name: Create and publish Docker image
3
on:
4
push:
5
tags: ['v*']
6
+ branches:
7
+ - master
8
pull_request:
9
branches: [master]
10
workflow_dispatch: {}
0 commit comments