From c3d584b94e02624843378d01c71f372f132f09ad Mon Sep 17 00:00:00 2001 From: Weiguang Date: Sat, 18 Apr 2020 11:52:12 -0700 Subject: [PATCH] ci: use published instead of created (#21) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9ef2af..53b666a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ on: pull_request: branches: [master] release: # For testing, do a release on v0.0.0 (then delete it) - types: [created] + types: [published] jobs: build: