Skip to content

Commit

Permalink
#1633 check branch naming only when PR's targetting develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Strzebonski committed Dec 16, 2021
1 parent 11f480a commit 8aef816
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-pr-comment-fixes-issue.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: PR checks (PR description format)
name: Check PR description, commits and branch naming

on:
pull_request:
types: [opened, edited, reopened, synchronize]

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

0 comments on commit 8aef816

Please sign in to comment.