Mercurial > p > roundup > code
comparison .github/workflows/ci-test.yml @ 6887:dc7b886c42e4
run on any branch push except maint-1.6
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 01 Sep 2022 13:02:53 -0400 |
| parents | 05b5224bf19e |
| children | f4705aba3503 |
comparison
equal
deleted
inserted
replaced
| 6886:05b5224bf19e | 6887:dc7b886c42e4 |
|---|---|
| 1 # merged in python-package.yml workflow | 1 # merged in python-package.yml workflow |
| 2 | 2 |
| 3 name: roundup-ci | 3 name: roundup-ci |
| 4 | 4 |
| 5 on: | 5 on: |
| 6 push | 6 push: |
| 7 branches: [ "*", '!maint-1.6' ] | |
| 7 # pull_request: | 8 # pull_request: |
| 8 # branches: [ "master" ] | 9 # branches: [ "master" ] |
| 9 schedule: | 10 schedule: |
| 10 # monthly build/check | 11 # monthly build/check |
| 11 - cron: '23 17 1 * *' | 12 - cron: '23 17 1 * *' |
