Skip to content

Commit

Permalink
FEAT: DevOps
Browse files Browse the repository at this point in the history
- test
  • Loading branch information
Aternus committed Jun 9, 2024
1 parent c7d82fb commit 301bd48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/shared-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: "Checkout"
uses: actions/checkout@v4
with:
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }} # must validate user permissions PRIOR to checkout ⚠️
ref: ${{ github.event_name == 'pull_request_target' && github.event.pull_request.head.sha || github.sha }} # must validate user permissions PRIOR to checkout ⚠️
- name: "Setup PHP"
uses: shivammathur/setup-php@v2
with:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: "validate"

on:
pull_request:
pull_request_target:
branches: [ "master" ]
types: [ "opened", "closed", "synchronize", "ready_for_review" ]
push:
branches: [ "master" ]

Expand Down

0 comments on commit 301bd48

Please sign in to comment.