disable auto changelog PR on merge (#298)
parent
1a336fb88a
commit
6574d40a77
|
@ -10,17 +10,8 @@ concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
on: # yamllint disable-line rule:truthy
|
|
||||||
push:
|
on:
|
||||||
# branches to consider in the event; optional, defaults to all
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
- 'releases/**'
|
|
||||||
- 'stable/**'
|
|
||||||
# Prevent a 2nd run after the changelog is updated
|
|
||||||
paths-ignore:
|
|
||||||
- CHANGELOG.rst
|
|
||||||
- changelogs/changelog.yaml
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue