Skip to content

Commit

Permalink
Update action branch names
Browse files Browse the repository at this point in the history
  • Loading branch information
andersevenrud committed Sep 16, 2022
1 parent e5d0916 commit 0aa8744
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Node tests
on:
push:
branches:
- main
- master
pull_request:
jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Lint tests
on:
push:
branches:
- main
- master
pull_request:
jobs:
build:
Expand Down

0 comments on commit 0aa8744

Please sign in to comment.