Skip to content

Commit

Permalink
Update build-and-test.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Z <[email protected]>
  • Loading branch information
zyxkad authored Dec 21, 2024
1 parent 9632064 commit b4cb799
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@ name: Build and Test
on:
workflow_dispatch:
push:
pull_request_target:
pull_request:
types:
- opened
- synchronize

jobs:
build-and-test:
uses: IntelligenceModding/actions/.github/workflows/build-and-test.yaml@master
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}

0 comments on commit b4cb799

Please sign in to comment.