mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Merge pull request #2010 from shimwell/adding_selective_ci
allow ci to be skipped for non code files
This commit is contained in:
commit
e882a06a00
2 changed files with 8 additions and 0 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
|
@ -5,6 +5,13 @@ on:
|
|||
workflow_dispatch:
|
||||
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- 'examples/**'
|
||||
- 'man/**'
|
||||
- '**.md'
|
||||
- CODEOWNERS
|
||||
- LICENSE
|
||||
branches:
|
||||
- develop
|
||||
- master
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
[](https://coveralls.io/github/openmc-dev/openmc?branch=develop)
|
||||
[](https://github.com/openmc-dev/openmc/actions?query=workflow%3Adockerhub-publish-develop-dagmc)
|
||||
[](https://github.com/openmc-dev/openmc/actions?query=workflow%3Adockerhub-publish-develop)
|
||||
[](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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue