Skip to content

Commit 1fa4d6d

Browse files
Fix workflow triggers
1 parent 2cbab2e commit 1fa4d6d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/pip.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
name: Run tests (pip)
2-
on:
3-
workflow_dispatch:
4-
pull_request:
5-
branches:
6-
- "stable-*"
7-
- "rc-*"
2+
on: [pull_request, workflow_dispatch]
83

94
concurrency:
105
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/test-conda.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: Run tests (Conda libsemigroups)
2-
on: [pull_request, workflow_dispatch]
2+
on:
3+
workflow_dispatch:
4+
pull_request:
5+
branches:
6+
- "stable-*"
7+
- "rc-*"
38

49
concurrency:
510
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)