mirror of https://github.com/mamba-org/mamba.git
parent
6ed8c23721
commit
4f9fb52964
|
@ -7,6 +7,8 @@ on:
|
|||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
merge_group:
|
||||
types: [checks_requested]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
|
|
@ -12,6 +12,8 @@ on:
|
|||
- 'mamba/**'
|
||||
- 'libmambapy/**'
|
||||
- '**.md'
|
||||
merge_group:
|
||||
types: [checks_requested]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
|
|
@ -10,6 +10,9 @@ on:
|
|||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- '**.md'
|
||||
merge_group:
|
||||
types: [checks_requested]
|
||||
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
|
Loading…
Reference in New Issue