gha : Make sure workflows are triggered by pull_request

This commit is contained in:
Magne Sjaastad 2020-11-17 13:36:02 +01:00
parent f22c6d0e1d
commit bc9a44803e
3 changed files with 3 additions and 2 deletions

View File

@ -2,6 +2,7 @@ name: ResInsight Build With Cache
on:
push:
pull_request:
schedule:
# Every day at 1am to make sure we have a build cache for the current date
# build cache is

View File

@ -1,6 +1,6 @@
name: clang-format
on: [push]
on: [push, pull_request]
jobs:
clang-format-job:

View File

@ -1,6 +1,6 @@
name: cmake-format
on: [push]
on: [push, pull_request]
jobs:
cmake-format-job: