Skip to content

Commit

Permalink
Remove 'pull_request_target' trigger event
Browse files Browse the repository at this point in the history
As this event triggers build against of the base of the pull request,
the build triggered by it will fail when PR fixes already failing build
of the base.
  • Loading branch information
wzieba committed Jul 27, 2023
1 parent 74a57eb commit 70e33d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Sample workflow for App Center action
on: [push, pull_request, workflow_dispatch, pull_request_target]
on: [push, pull_request, workflow_dispatch]
jobs:
run:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 70e33d4

Please sign in to comment.