From 4ffee57f7f2c04ced9e627602fe59c6a4f6d5be4 Mon Sep 17 00:00:00 2001 From: August Johansson Date: Fri, 26 Jan 2024 09:26:46 +0100 Subject: [PATCH] Update CI workflow --- .github/workflows/{ci.yml => runGitHubTests.yml} | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) rename .github/workflows/{ci.yml => runGitHubTests.yml} (94%) diff --git a/.github/workflows/ci.yml b/.github/workflows/runGitHubTests.yml similarity index 94% rename from .github/workflows/ci.yml rename to .github/workflows/runGitHubTests.yml index 10aa73c85..db571f8a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/runGitHubTests.yml @@ -5,9 +5,7 @@ name: MATLAB Build on: # Triggers the workflow on push or pull request events push: - branches: [ contint2 ] - pull_request: - branches: [ main ] + branches: [ main, dev ] jobs: # This workflow contains a single job called "build"