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 2cbab2e commit 1fa4d6dCopy full SHA for 1fa4d6d
.github/workflows/pip.yml
@@ -1,10 +1,5 @@
1
name: Run tests (pip)
2
-on:
3
- workflow_dispatch:
4
- pull_request:
5
- branches:
6
- - "stable-*"
7
- - "rc-*"
+on: [pull_request, workflow_dispatch]
8
9
concurrency:
10
group: ${{ github.workflow }}-${{ github.ref }}
.github/workflows/test-conda.yml
@@ -1,5 +1,10 @@
name: Run tests (Conda libsemigroups)
-on: [pull_request, workflow_dispatch]
+on:
+ workflow_dispatch:
+ pull_request:
+ branches:
+ - "stable-*"
+ - "rc-*"
0 commit comments