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.
1 parent 057707a commit a879fe8Copy full SHA for a879fe8
.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