Skip to content

Commit 517f20a

Browse files
committed
fix: update workflows
1 parent b2d97fc commit 517f20a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Release
22
on:
3-
workflow_run:
4-
workflows: ["CI"]
5-
types:
6-
- completed
3+
push:
74
branches: [ main ]
85

96
permissions:
@@ -14,7 +11,6 @@ permissions:
1411

1512
jobs:
1613
release:
17-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1814
runs-on: ubuntu-latest
1915
steps:
2016
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)