Skip to content

Commit bd02446

Browse files
authored
chore(ci): update release please & prevent release please for PR (#149)
1 parent 7c16b5b commit bd02446

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: Release
33
on:
44
push:
55
branches: [main]
6-
pull_request:
7-
workflow_dispatch:
86

97
permissions:
108
pull-requests: write
@@ -13,9 +11,8 @@ permissions:
1311
jobs:
1412
release:
1513
name: release
16-
if: ${{ github.ref == 'refs/heads/main' }}
1714
runs-on: ubuntu-latest
1815
steps:
19-
- uses: google-github-actions/release-please-action@v3
16+
- uses: google-github-actions/release-please-action@v4
2017
with:
2118
release-type: simple

0 commit comments

Comments
 (0)