mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
gha : Make sure workflows are triggered by pull_request
This commit is contained in:
parent
f22c6d0e1d
commit
bc9a44803e
1
.github/workflows/ResInsightWithCache.yml
vendored
1
.github/workflows/ResInsightWithCache.yml
vendored
@ -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
|
||||
|
2
.github/workflows/clang-format.yml
vendored
2
.github/workflows/clang-format.yml
vendored
@ -1,6 +1,6 @@
|
||||
name: clang-format
|
||||
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
clang-format-job:
|
||||
|
2
.github/workflows/cmake-format.yml
vendored
2
.github/workflows/cmake-format.yml
vendored
@ -1,6 +1,6 @@
|
||||
name: cmake-format
|
||||
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
cmake-format-job:
|
||||
|
Loading…
Reference in New Issue
Block a user