Skip to content

Commit

Permalink
Run tests only for pull request target
Browse files Browse the repository at this point in the history
`push` and `pull_request_target` cause duplicate runs
  • Loading branch information
JosephDuffy committed Nov 24, 2020
1 parent 7506c7d commit 596aa2e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Tests

on:
- push
- pull_request_target
on: pull_request_target

jobs:
macos_tests:
Expand Down

0 comments on commit 596aa2e

Please sign in to comment.