ci: update target branch after rename
This commit is contained in:
parent
e4e90d4f8d
commit
2d35bfd890
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nodejs.yml
vendored
2
.github/workflows/nodejs.yml
vendored
|
@ -3,7 +3,7 @@ name: packwatch CI
|
|||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches: [master]
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
dependencies:
|
||||
|
|
Reference in a new issue