Skip to content

Commit

Permalink
fix target branch
Browse files Browse the repository at this point in the history
  • Loading branch information
pngwn committed Aug 17, 2024
1 parent c1de142 commit 8740a8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/npm-previews.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: npm-previews

on:
pull_request:
branches:
- main
paths-ignore:
- 'site/**'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
branches:
- master
- main

jobs:
release:
Expand Down

0 comments on commit 8740a8a

Please sign in to comment.