Skip to content

Commit

Permalink
Compare against sha of base branch
Browse files Browse the repository at this point in the history
This helps in situations when you maintain 2 major branches, which is
our case.
  • Loading branch information
greg0ire committed Nov 19, 2020
1 parent d6e92ea commit 31039e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- name: Roave BC Check
uses: docker://nyholm/roave-bc-check-ga
with:
args: --from=${{ github.event.pull_request.base.sha }}

phpunit:
name: "PHPUnit"
Expand Down

0 comments on commit 31039e1

Please sign in to comment.