Skip to content

Commit 64f78f7

Browse files
authored
fix: release on merge to main (#19)
1 parent 554d251 commit 64f78f7

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/semantic-release.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Release
22

33
on:
4-
pull_request:
5-
types: [closed]
4+
push:
65
branches:
76
- main
87

@@ -13,7 +12,6 @@ jobs:
1312
release:
1413
name: Release
1514
runs-on: ubuntu-latest
16-
if: github.event.pull_request.merged == true
1715
permissions:
1816
contents: write
1917
issues: write
@@ -33,9 +31,6 @@ jobs:
3331

3432
- run: npm run build
3533

36-
# lol
37-
# - run: npm run lint
38-
3934
- env:
4035
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4136
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)