mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Rename main job and do not run on feature branch push
This commit is contained in:
parent
c2c11e74b1
commit
c040666080
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
@ -1,6 +1,11 @@
|
||||
name: ResInsight Build
|
||||
name: ResInsight Build and Package
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- dev
|
||||
pull_request:
|
||||
jobs:
|
||||
ResInsight-x64:
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
Loading…
Reference in New Issue
Block a user