1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-14 11:21:35 +02:00

fix(build): update to match new default branch (#36)

This commit is contained in:
Benjamin E. Coe
2020-06-16 17:45:10 -07:00
committed by GitHub
parent 6b1ad0b287
commit 1188197913
2 changed files with 2 additions and 3 deletions

View File

@@ -1,7 +1,6 @@
on: on:
push: push:
branches: branches:
- master
- main - main
name: release-please name: release-please
jobs: jobs:

View File

@@ -14,7 +14,7 @@ Automate releases with Conventional Commit Messages.
on: on:
push: push:
branches: branches:
- master - main
name: release-please name: release-please
jobs: jobs:
release-please: release-please:
@@ -90,7 +90,7 @@ npm when a Release PR is merged:
on: on:
push: push:
branches: branches:
- master - main
name: release-please name: release-please
jobs: jobs:
release-please: release-please: