We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9632064 commit b4cb799Copy full SHA for b4cb799
.github/workflows/build-and-test.yaml
@@ -3,13 +3,11 @@ name: Build and Test
3
on:
4
workflow_dispatch:
5
push:
6
- pull_request_target:
+ pull_request:
7
types:
8
- opened
9
- synchronize
10
11
jobs:
12
build-and-test:
13
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