Skip to content

Commit

Permalink
Merge pull request #110 from xsnippet/do-not-run-tests-twice
Browse files Browse the repository at this point in the history
Do not run tests twice for pull requests
  • Loading branch information
ikalnytskyi committed Jan 17, 2021
2 parents 40953d1 + c769598 commit bfaaba3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Tests

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

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit bfaaba3

Please sign in to comment.