ci: fix gh action workflow branch
This commit is contained in:
parent
759695889c
commit
68c86d1d26
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -5,9 +5,9 @@ name: Node.js CI
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Reference in a new issue