Skip to content

Commit 0aa8744

Browse files
committed
Update action branch names
1 parent e5d0916 commit 0aa8744

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/node.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Node tests
22
on:
33
push:
44
branches:
5-
- main
5+
- master
66
pull_request:
77
jobs:
88
build:

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Lint tests
22
on:
33
push:
44
branches:
5-
- main
5+
- master
66
pull_request:
77
jobs:
88
build:

0 commit comments

Comments
 (0)