mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-06 06:31:31 +00:00
chore: workflows now largely only run on pull requests or merge queues
This commit is contained in:
5
.github/workflows/release-plz.yml
vendored
5
.github/workflows/release-plz.yml
vendored
@ -1,18 +1,13 @@
|
||||
name: release-plz
|
||||
|
||||
permissions:
|
||||
pull-requests: write
|
||||
contents: write
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
concurrency:
|
||||
group: "${{ github.workflow }}"
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
release-plz:
|
||||
name: release-plz
|
||||
|
Reference in New Issue
Block a user