mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-12 01:21:39 +02:00
fix(build): update to match new default branch (#36)
This commit is contained in:
1
.github/workflows/release-please.yaml
vendored
1
.github/workflows/release-please.yaml
vendored
@@ -1,7 +1,6 @@
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
name: release-please
|
||||
jobs:
|
||||
|
||||
@@ -14,7 +14,7 @@ Automate releases with Conventional Commit Messages.
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
name: release-please
|
||||
jobs:
|
||||
release-please:
|
||||
@@ -90,7 +90,7 @@ npm when a Release PR is merged:
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
name: release-please
|
||||
jobs:
|
||||
release-please:
|
||||
|
||||
Reference in New Issue
Block a user