updated Github Actions
parent
e5c08d1410
commit
d184adca8e
|
@ -1,10 +1,29 @@
|
|||
name: CI
|
||||
name: "continuous integration test"
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags: '*'
|
||||
paths-ignore:
|
||||
- 'CITATION.cff'
|
||||
- 'CODE_OF_CONDUCT.md'
|
||||
- 'CONTRIBUTING.md'
|
||||
- 'LICENSE'
|
||||
- 'README.md'
|
||||
- '.github/workflows/cffvalidation.yml'
|
||||
- '.github/workflows/CompatHelper.yml'
|
||||
- '.github/workflows/TagBot.yml'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'CITATION.cff'
|
||||
- 'CODE_OF_CONDUCT.md'
|
||||
- 'CONTRIBUTING.md'
|
||||
- 'LICENSE'
|
||||
- 'README.md'
|
||||
- '.github/workflows/cffvalidation.yml'
|
||||
- '.github/workflows/CompatHelper.yml'
|
||||
- '.github/workflows/TagBot.yml'
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
# Skip intermediate builds: always.
|
||||
# Cancel intermediate builds: only if it is a pull request build.
|
||||
|
|
Loading…
Reference in New Issue