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:
Salomon BRYS
2020-07-06 11:37:10 +02:00
committed by GitHub
parent e2e250fb16
commit 316e585e4c
4 changed files with 31 additions and 4 deletions

View File

@@ -4,6 +4,12 @@ on:
push:
branches:
- 'snapshot/*'
paths-ignore:
- '**.md'
- '**.adoc'
- '**/.gitignore'
- './github/**'
- '!./github/workflow/snapshot.yml'
jobs:

View File

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