Skip to content

Commit

Permalink
ci: fix trigger workflow_run repo (#635)
Browse files Browse the repository at this point in the history
* ci: remove workflow on workflow_run event
* ci: modify the events trigger release
  • Loading branch information
Yaiba authored Apr 4, 2024
1 parent 67badcb commit 97bd6bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 35 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Release

on:
release:
types: [unpublished]
types:
- created # won't trigger from draft release
- published

jobs:
parse-release-version:
Expand Down
34 changes: 0 additions & 34 deletions .github/workflows/trigger-test-kgw.yaml

This file was deleted.

0 comments on commit 97bd6bf

Please sign in to comment.