Skip to content

Commit 9a16e3e

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.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)