mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
allow ci to be skipped for non code files
This commit is contained in:
parent
fe8892cebc
commit
d74cf4fca7
1 changed files with 5 additions and 0 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
|
@ -5,6 +5,11 @@ on:
|
|||
workflow_dispatch:
|
||||
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- '**.md'
|
||||
- CODEOWNERS
|
||||
- LICENSE
|
||||
branches:
|
||||
- develop
|
||||
- master
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue