Skip to content

Commit 1bcaeee

Browse files
authored
Update CI workflow to support 'master' branch
1 parent 0fa7e30 commit 1bcaeee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Node.js CI
22

33
on:
44
push:
5-
branches: [ "main" ] # Change this to your default branch if needed
5+
branches: [ "master", "main" ] # Change this to your default branch if needed
66

77
jobs:
88
build:

0 commit comments

Comments
 (0)