Skip to content

Commit

Permalink
Test handle contribution
Browse files Browse the repository at this point in the history
  • Loading branch information
serbantarmure committed Nov 22, 2023
1 parent 1c06cf7 commit b736dc7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/handle-contribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b736dc7

Please sign in to comment.