Skip to content

Commit

Permalink
ci: Only run cross tests on master
Browse files Browse the repository at this point in the history
  • Loading branch information
bluss committed Mar 9, 2024
1 parent 97ecc0d commit 9a16e3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:

cross_test:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
strategy:
matrix:
include:
Expand Down

0 comments on commit 9a16e3e

Please sign in to comment.