Skip to content

Commit 71870af

Browse files
committed
fix(ci): updated on
1 parent 4397051 commit 71870af

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
11
name: Release
22

33
on:
4-
pull_request:
4+
push:
55
branches:
66
- main
7-
types:
8-
- closed
97

108
permissions:
119
contents: read # for checkout
1210

1311
jobs:
1412
release:
1513
name: Release
16-
if: github.event.pull_request.merged == true
1714
runs-on: ubuntu-latest
1815
permissions:
1916
contents: write # to be able to publish a GitHub release

0 commit comments

Comments
 (0)