Skip to content

Commit c5476c8

Browse files
authored
chore: update latest workflow to only allow pointing at 8.x (ionic-team#8319)
1 parent 154f3ce commit c5476c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-npm-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515

1616
jobs:
1717
deploy-npm-latest:
18-
if: github.ref == 'refs/heads/main'
18+
if: github.ref == 'refs/heads/8.x'
1919
runs-on: macos-15
2020
timeout-minutes: 30
2121
steps:

0 commit comments

Comments
 (0)