updated Github Actions

development
Martin Scheidt 2022-06-05 17:40:57 +02:00
parent e5c08d1410
commit d184adca8e
2 changed files with 21 additions and 2 deletions

View File

@ -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.

0
.github/workflows/cffvalidation.yml vendored Normal file
View File