mirror of
https://github.com/actions/github-script.git
synced 2026-04-07 14:49:25 +00:00
Replace default branch name with main
This commit is contained in:
parent
b507739f17
commit
1ba1e95cf2
5 changed files with 9 additions and 9 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -1,6 +1,6 @@
|
|||
on:
|
||||
push: {branches: master}
|
||||
pull_request: {branches: master}
|
||||
push: {branches: main}
|
||||
pull_request: {branches: main}
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue