We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b579a9 commit bc5e3deCopy full SHA for bc5e3de
.github/workflows/docker-publish.yml
@@ -1,9 +1,8 @@
1
name: ci
2
3
on:
4
- push:
5
- branches:
6
- - 'main'
+ release:
+ types: [published]
7
8
jobs:
9
build:
0 commit comments