fix: trigger docker build on release (#22353)

This commit is contained in:
Revant Nandgaonkar 2020-06-19 23:56:53 +05:30 committed by GitHub
parent 289c82243f
commit d39c97e281
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
name: Trigger Docker build on release
on:
release:
types: [created]
types: [released]
jobs:
curl:
runs-on: ubuntu-latest