disable auto changelog PR on merge (#298)

pull/307/head
Sagar Paul 2023-09-14 23:26:11 +05:30 committed by GitHub
parent 1a336fb88a
commit 6574d40a77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 11 deletions

View File

@ -10,17 +10,8 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
on: # yamllint disable-line rule:truthy
push:
# 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
on:
workflow_dispatch:
env: