Skip to content

Commit

Permalink
fixup! Automatic php-cs-fixer with commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeweerd committed Dec 4, 2023
1 parent a0a2c2d commit 498abfc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/phpcsfixer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ jobs:
env
- name: Fetch up to merge base on push
uses: BioData/fetch-through-merge-base@v0
timeout-minutes: 2
if: github.event_name == 'push'
with:
base_ref: develop
head_ref: ${{ github.sha }}
- name: Fetch up to merge base on pull
uses: BioData/fetch-through-merge-base@v0
timeout-minutes: 2
if: github.event_name == 'pull_request'
with:
head_ref: ${{ github.head_ref }}
Expand Down

0 comments on commit 498abfc

Please sign in to comment.