mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2026-04-09 16:40:04 +00:00
chore: rename default branch to main
This commit is contained in:
parent
e1fe1fc00a
commit
4b8114c504
4 changed files with 9 additions and 9 deletions
4
.github/workflows/checkPullRequest.yml
vendored
4
.github/workflows/checkPullRequest.yml
vendored
|
|
@ -3,7 +3,7 @@ name: Check Pull Request
|
|||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
release:
|
||||
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
- name: Semantic Release
|
||||
uses: ./
|
||||
with:
|
||||
branch: master
|
||||
branch: main
|
||||
extra_plugins: |
|
||||
@semantic-release/git
|
||||
@semantic-release/changelog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue