Skip to content

Commit

Permalink
ci: use published instead of created (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
guangie88 authored Apr 18, 2020
1 parent 128ae04 commit c3d584b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c3d584b

Please sign in to comment.