Rename main job and do not run on feature branch push

This commit is contained in:
Magne Sjaastad 2020-05-08 09:46:31 +02:00
parent c2c11e74b1
commit c040666080

View File

@ -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 }}