Skip to content

Commit

Permalink
Use pull_request_target trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
avidit committed Oct 23, 2023
1 parent 77570e6 commit 819729d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dynamoAllNet6.0_build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build Dynamo using latest VS and DotNET
name: DynamoAllNet6.0-Build
on: [push,pull_request]
on: [push,pull_request_target]
jobs:
build:
runs-on: windows-latest
Expand Down Expand Up @@ -46,7 +46,6 @@ jobs:
if-no-files-found: warn
retention-days: 3
- name: Repository Dispatch
if: github.event.pull_request.merged == true
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.DYNAMO_TESTS_TOKEN }}
Expand Down

0 comments on commit 819729d

Please sign in to comment.