Docker repo only builds on release

pull/111/head
JulioV 2021-01-07 17:16:01 -05:00
parent ee2882fe2a
commit 22f2bfd211
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
name: docker
on:
release:
types: [published, edited, released]
types: [edited, released]
jobs:
main:
runs-on: ubuntu-20.04