Skip to content

Commit

Permalink
Merge pull request #1634 from DARMA-tasking/1633-limit-branch-name-ch…
Browse files Browse the repository at this point in the history
…ecking

#1633 check branch naming only when PR's targetting develop branch
  • Loading branch information
PhilMiller authored Dec 16, 2021
2 parents 11f480a + eb82a81 commit 8ee5c9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-pr-comment-fixes-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

jobs:
check:
if: ${{ github.base_ref == 'develop' }}
name: Check PR description
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 8ee5c9d

Please sign in to comment.