From c369ec7c1b70e240751781746275852260ff50b0 Mon Sep 17 00:00:00 2001 From: Martin Scheidt Date: Tue, 21 Jun 2022 17:26:34 +0200 Subject: [PATCH] excluding certain commits --- .../{cffvalidating.yml => cffvalidating.yaml} | 0 .github/workflows/{debug.yml => debug.yaml} | 0 .../workflows/{testing.yml => testing.yaml} | 28 +++++++++++++++++-- README.md | 2 +- 4 files changed, 27 insertions(+), 3 deletions(-) rename .github/workflows/{cffvalidating.yml => cffvalidating.yaml} (100%) rename .github/workflows/{debug.yml => debug.yaml} (100%) rename .github/workflows/{testing.yml => testing.yaml} (65%) diff --git a/.github/workflows/cffvalidating.yml b/.github/workflows/cffvalidating.yaml similarity index 100% rename from .github/workflows/cffvalidating.yml rename to .github/workflows/cffvalidating.yaml diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yaml similarity index 100% rename from .github/workflows/debug.yml rename to .github/workflows/debug.yaml diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yaml similarity index 65% rename from .github/workflows/testing.yml rename to .github/workflows/testing.yaml index c67e64e..6d56cf0 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yaml @@ -5,10 +5,34 @@ name: "continuous integration test" # Controls when the workflow will run on: # Triggers the workflow on push or pull request events but only for the master branch - pull_request: - branches: [ master ] push: branches: [ master ] + paths-ignore: + - 'CHANGELOG.md' + - 'CITATION.cff' + - 'CODE_OF_CONDUCT.md' + - 'CONTRIBUTING.md' + - 'LICENSE' + - 'README.md' + - '.github/workflows/cffvalidation.yaml' + - '.github/workflows/debug.yaml' + - '.github/workflows/release.yaml' + - '.github/workflows/zenodo.yaml' + - '.github/zenodo/*' + pull_request: + branches: [ master ] + paths-ignore: + - 'CHANGELOG.md' + - 'CITATION.cff' + - 'CODE_OF_CONDUCT.md' + - 'CONTRIBUTING.md' + - 'LICENSE' + - 'README.md' + - '.github/workflows/cffvalidation.yaml' + - '.github/workflows/debug.yaml' + - '.github/workflows/release.yaml' + - '.github/workflows/zenodo.yaml' + - '.github/zenodo/*' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/README.md b/README.md index ba15745..d23e016 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # TikZ-trackschematic -[![License: ISC](https://img.shields.io/badge/license-ISC-green.svg)](https://opensource.org/licenses/ISC) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5539844.svg)](https://doi.org/10.5281/zenodo.5539844) [![continuous integration test](https://github.com/railtoolkit/tikz-trackschematic/actions/workflows/testing.yml/badge.svg)](https://github.com/railtoolkit/tikz-trackschematic/actions/workflows/testing.yml) +[![License: ISC](https://img.shields.io/badge/license-ISC-green.svg)](https://opensource.org/licenses/ISC) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5539844.svg)](https://doi.org/10.5281/zenodo.5539844) [![CI test](https://github.com/railtoolkit/tikz-trackschematic/actions/workflows/testing.yaml/badge.svg)](https://github.com/railtoolkit/tikz-trackschematic/actions/workflows/testing.yaml) ------------