Skip to content

Commit b4cb799

Browse files
authored
Update build-and-test.yaml
Signed-off-by: Kevin Z <zyxkad@gmail.com>
1 parent 9632064 commit b4cb799

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ name: Build and Test
33
on:
44
workflow_dispatch:
55
push:
6-
pull_request_target:
6+
pull_request:
77
types:
88
- opened
99
- synchronize
1010

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

0 commit comments

Comments
 (0)