5
0
Fork 0
mirror of https://github.com/cycjimmy/semantic-release-action.git synced 2025-11-14 05:53:46 +00:00

feat: new release

This commit is contained in:
jcheng2021 2022-12-16 19:15:42 -05:00
parent 56bb7f907a
commit e0e2bf9a35
2 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@ name: Check Pull Request
on:
pull_request:
branches:
- main
- master
jobs:
release:
@ -16,7 +16,7 @@ jobs:
- name: Semantic Release
uses: ./
with:
branch: main
branch: master
extra_plugins: |
@semantic-release/git
@semantic-release/changelog

View file

@ -3,8 +3,8 @@ name: Release
on:
push:
branches:
- release
- master
- main
- next
- next-major
- alpha
@ -25,8 +25,8 @@ jobs:
branches: |
[
'+([0-9])?(.{+([0-9]),x}).x',
'release',
'master',
'main',
'next',
'next-major',
{