Skip to content

Commit 02540a6

Browse files
committed
Trigger test workflows on master pushes
1 parent 10fb30c commit 02540a6

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/run_tests_linux.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Run the tests
22

3-
on: [pull_request]
3+
on:
4+
push:
5+
branches: [master]
6+
pull_request:
47

58
jobs:
69
build:

.github/workflows/run_tests_osx_win.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Run the tests
22

3-
on: [pull_request]
3+
on:
4+
push:
5+
branches: [master]
6+
pull_request:
47

58
env:
69
PREFIX_MACOS: /Users/runner/miniconda3/envs/bioptim

0 commit comments

Comments
 (0)