Merge pull request #2010 from shimwell/adding_selective_ci

allow ci to be skipped for non code files
This commit is contained in:
Paul Romano 2022-03-24 21:23:51 -05:00 committed by GitHub
commit e882a06a00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View file

@ -5,6 +5,13 @@ on:
workflow_dispatch:
pull_request:
paths-ignore:
- 'docs/**'
- 'examples/**'
- 'man/**'
- '**.md'
- CODEOWNERS
- LICENSE
branches:
- develop
- master

View file

@ -5,6 +5,7 @@
[![Code Coverage](https://coveralls.io/repos/github/openmc-dev/openmc/badge.svg?branch=develop)](https://coveralls.io/github/openmc-dev/openmc?branch=develop)
[![dockerhub-publish-develop-dagmc](https://github.com/openmc-dev/openmc/workflows/dockerhub-publish-develop-dagmc/badge.svg)](https://github.com/openmc-dev/openmc/actions?query=workflow%3Adockerhub-publish-develop-dagmc)
[![dockerhub-publish-develop](https://github.com/openmc-dev/openmc/workflows/dockerhub-publish-develop/badge.svg)](https://github.com/openmc-dev/openmc/actions?query=workflow%3Adockerhub-publish-develop)
[![conda-pacakge](https://anaconda.org/conda-forge/openmc/badges/version.svg)](https://anaconda.org/conda-forge/openmc)
The OpenMC project aims to provide a fully-featured Monte Carlo particle
transport code based on modern methods. It is a constructive solid geometry,