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 9276ccf commit 6ff8d58Copy full SHA for 6ff8d58
1 file changed
.github/workflows/main.yml
@@ -1,8 +1,9 @@
1
name: docker-deploy
2
3
on:
4
- release:
5
- types: [published, created, edited]
+ push:
+ branches:
6
+ - master
7
8
jobs:
9
testing-docker:
0 commit comments