Skip to content

Commit

Permalink
on push or fork pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseChouleur committed Sep 29, 2023
1 parent 4a9f252 commit 4dddf86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
on: push
on: [push, pull_request]

env:
CARGO_TERM_COLOR: always

jobs:
tests:
if: github.event_name != "pull_request" || github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name
uses: ./.github/workflows/setup_and_test.yml

0 comments on commit 4dddf86

Please sign in to comment.