Skip to content

Commit 5feab1c

Browse files
fix(gha): update to use lint-release-notes@v4
1 parent 8453b86 commit 5feab1c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
name: CI
22

33
on:
4+
workflow_dispatch: {}
5+
pull_request: {}
46
push:
7+
branches-ignore:
8+
- main
59

610
jobs:
711

812
release-notes:
913
name: Release notes preview
1014
runs-on: ubuntu-latest
11-
if: github.ref != 'refs/heads/main'
1215
steps:
13-
- uses: open-turo/actions-release/release-notes-preview@v2
16+
- uses: open-turo/actions-release/lint-release-notes@v4
1417
with:
1518
github-token: ${{ secrets.GITHUB_TOKEN }}
16-
env:
17-
NPM_TOKEN: ${{ secrets.OPEN_TURO_NPM_TOKEN }}
1819

1920
lint:
2021
name: Lint

0 commit comments

Comments
 (0)