We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f128a7 commit 9a5ede4Copy full SHA for 9a5ede4
.github/workflows/docker.yml
@@ -4,8 +4,8 @@ name: Create and publish a Docker image
4
5
on:
6
push:
7
- tags:
8
- - '*.*.*'
+ branches:
+ - 'main'
9
pull_request:
10
11
env:
0 commit comments