From 6574d40a77d85f73d2915b37a64881e5db241939 Mon Sep 17 00:00:00 2001 From: Sagar Paul Date: Thu, 14 Sep 2023 23:26:11 +0530 Subject: [PATCH] disable auto changelog PR on merge (#298) --- .github/workflows/push.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 46d26a6..de66d05 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -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: