Skip to content

Commit

Permalink
Fix Codecov uploading
Browse files Browse the repository at this point in the history
Codecov fails with pull_request_target. See codecov/codecov-action#155
  • Loading branch information
JosephDuffy committed Nov 24, 2020
1 parent 6584f84 commit f199e78
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Tests

on: pull_request_target
on:
push:
branches: [master]
pull_request:
branches: [master]

jobs:
swiftpm_tests:
Expand Down

0 comments on commit f199e78

Please sign in to comment.