Skip to content

Commit

Permalink
Merge branch 'main' into release/3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0ttkclark committed Sep 5, 2023
2 parents ab165b1 + 4907506 commit 72af5a4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/php-compatibility.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'PHP Compatibility'
on:
workflow_dispatch: true
workflow_dispatch:
pull_request:
paths:
- 'classes/**.php'
Expand All @@ -17,8 +17,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Get Composer Cache Directory
id: composer-cache
run: |
Expand Down

0 comments on commit 72af5a4

Please sign in to comment.