Rational ci (#3)
* Only test when pushing on master OR when there's a PR * Added the bintray badge as well as the repository informations to README. * Do not re-launch CI when updating documentation, auto-publish when pushing a snapshot. * Update README.md Co-authored-by: Salomon BRYS <salomon@kodein.net>
This commit is contained in:
6
.github/workflows/snapshot.yml
vendored
6
.github/workflows/snapshot.yml
vendored
@@ -4,6 +4,12 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- 'snapshot/*'
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
- '**.adoc'
|
||||
- '**/.gitignore'
|
||||
- './github/**'
|
||||
- '!./github/workflow/snapshot.yml'
|
||||
|
||||
jobs:
|
||||
|
||||
|
||||
11
.github/workflows/test.yml
vendored
11
.github/workflows/test.yml
vendored
@@ -2,8 +2,15 @@ name: Check
|
||||
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- 'snapshot/*'
|
||||
branches:
|
||||
- 'master'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
- '**.adoc'
|
||||
- '**/.gitignore'
|
||||
- './github/**'
|
||||
- '!./github/workflow/test.yml'
|
||||
|
||||
jobs:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user