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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ main ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ main ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue