Skip to content

Commit c812c5b

Browse files
CI: Only check conda for pr into stable or rc
1 parent 3b77110 commit c812c5b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/pip.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: Run tests (pip)
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)