We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 057707a + a879fe8 commit 5f32271Copy full SHA for 5f32271
.github/workflows/tests.yml
@@ -1,4 +1,10 @@
1
-on: [push, pull_request]
+on:
2
+ push:
3
+ branches:
4
+ - main
5
+ - develop
6
+ pull_request:
7
+
8
jobs:
9
tests:
10
name: ${{ matrix.os }}-${{ matrix.compiler }}-${{ matrix.version }}-python-${{ matrix.python-version }}-${{ matrix.castxml-epic }}
0 commit comments