Skip to content

Commit

Permalink
Only run single commit check on main
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
David Davis authored and daviddavis committed Sep 22, 2021
1 parent 82b83a4 commit 1f402a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/github/.github/workflows/ci.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
{%- if single_commit_check %}
single_commit:
name: Assert single commit
if: github.ref == 'refs/heads/{{ plugin_default_branch }}'
steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down

0 comments on commit 1f402a4

Please sign in to comment.