Skip to content

Commit

Permalink
Run the builds on the pull_request_target event
Browse files Browse the repository at this point in the history
- I've separated the release process into another workflow so its token is not exposed
  • Loading branch information
JesseTG committed Oct 17, 2024
1 parent df4aa0b commit c6f9548
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:
- "*.gitignore"
- "*.github/ISSUE_TEMPLATE/**"
- "*.github/FUNDING.yml"
pull_request:
- "*.github/workflows/**"
pull_request_target:
branches:
- dev
paths-ignore:
Expand All @@ -17,6 +18,7 @@ on:
- "*.gitlab-ci.yml"
- "*.github/ISSUE_TEMPLATE/**"
- "*.github/FUNDING.yml"
- "*.github/workflows/**"
jobs:
windows:
name: Windows (x86_64)
Expand Down

0 comments on commit c6f9548

Please sign in to comment.