Skip to content

Commit e0e8c30

Browse files
authored
Merge pull request #9 from niledatabase/test
fix:workflow trigger
2 parents 7302d5c + 67b2292 commit e0e8c30

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/prerelease.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ on:
66
- main
77

88
jobs:
9-
if_merged:
10-
if: github.event.pull_request.merged
9+
release:
1110
runs-on: ubuntu-latest
1211
permissions:
1312
contents: write
@@ -17,7 +16,6 @@ jobs:
1716
uses: actions/checkout@v4
1817
with:
1918
fetch-depth: 0
20-
ref: main
2119
token: ${{secrets.PAT}}
2220

2321
- name: Enable Corepack before setting up Node

0 commit comments

Comments
 (0)