Skip to content

Commit

Permalink
fix(.github): change create trigger to push trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
keroro520 committed Apr 12, 2023
1 parent 4173294 commit 25954a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-with-tag.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CI-trigger-by-tag

on:
create:
push:
tags:
- '*'
env:
Expand Down

0 comments on commit 25954a2

Please sign in to comment.