Skip to content

Commit

Permalink
[CI] Avoid running tests on both the branch and the PR (#928)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnomalRoil committed Mar 7, 2022
1 parent d7dbb14 commit d9099c9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: "Build/Tests"
on:
- push
- pull_request
push:
branches:
- master
- main
- 'release/**'
pull_request:

jobs:
build:
Expand Down

0 comments on commit d9099c9

Please sign in to comment.