diff --git a/.github/workflows/handle-contribution.yml b/.github/workflows/handle-contribution.yml index ec6e4bfd..cfb98b08 100644 --- a/.github/workflows/handle-contribution.yml +++ b/.github/workflows/handle-contribution.yml @@ -2,13 +2,13 @@ name: Handle contribution on: pull_request: - types: [opened, reopened, ready_for_review] - branches: - - master + # types: [opened, reopened, ready_for_review] + # branches: + # - master jobs: call-notify-jira-about-contribution: - if: ${{ github.event.pull_request.head.ref != 'changeset-release/master' }} + # if: ${{ github.event.pull_request.head.ref != 'changeset-release/master' }} runs-on: ubuntu-latest permissions: contents: write