Skip to content

Commit

Permalink
chore: Fix branch name in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
sapegin committed Jan 3, 2025
1 parent f9ebad4 commit 2875d7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Node.js CI
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
jobs:
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Semantic Release
on:
push:
branches:
- master
- main
jobs:
release:
name: Release
Expand Down

0 comments on commit 2875d7c

Please sign in to comment.