Skip to content

Commit 9a16e3e

Browse files
committed
ci: Only run cross tests on master
1 parent 97ecc0d commit 9a16e3e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535

3636
cross_test:
3737
runs-on: ubuntu-latest
38+
if: github.ref == 'refs/heads/master'
3839
strategy:
3940
matrix:
4041
include:

0 commit comments

Comments
 (0)