mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Updating CI triggers.
This commit is contained in:
parent
3b4a6ae0b8
commit
7a294ce267
2 changed files with 10 additions and 2 deletions
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
|
@ -1,6 +1,14 @@
|
|||
name: CI
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- develop
|
||||
- master
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
- master
|
||||
|
||||
env:
|
||||
MPI_DIR: /usr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue