Skip to content

Commit 95f73bb

Browse files
authored
fix(ci-workflow): Modify trigger section
1 parent 3f23485 commit 95f73bb

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,17 @@
11
name: Realse Version
2+
23
on:
3-
pull_request:
4-
types:
5-
- closed
4+
push:
65
branches:
76
- master
87

98
jobs:
109
releaseGithub:
11-
if: github.event.pull_request.merged == true
1210
runs-on: ubuntu-22.04
1311
permissions:
1412
contents: write
1513
pull-requests: write
1614
steps:
17-
- uses: actions/checkout@v4
18-
with:
19-
ref: ${{ github.event.pull_request.merge_commit_sha }}
20-
fetch-depth: '0'
21-
2215
- name: Bump version and push tag
2316
id: bump
2417
uses: mathieudutour/github-tag-action@v6.2

0 commit comments

Comments
 (0)