ci: branch that triggers ci is changed from master to main
This commit is contained in:
parent
34f64e6bea
commit
0dae4f14f4
4
.github/workflows/nodejs.yml
vendored
4
.github/workflows/nodejs.yml
vendored
@ -3,9 +3,9 @@ name: CI
|
||||
# Triggers the workflow on push or pull request events but only for the master branch
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
branches: [main]
|
||||
pull_request:
|
||||
branches: [master]
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
setup:
|
||||
|
Loading…
Reference in New Issue
Block a user