diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e0664768..104c2f4e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,10 +1,9 @@ name: Build -on: +on: push: branches: [ collab_main ] pull_request: - branches: [ collab_main ] env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) diff --git a/.github/workflows/utest.yml b/.github/workflows/utest.yml index 32dd1234..9a70ef05 100644 --- a/.github/workflows/utest.yml +++ b/.github/workflows/utest.yml @@ -1,11 +1,10 @@ name: Unit Tests -on: +on: push: branches: [ collab_main ] pull_request: - branches: [ collab_main ] - + env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) BUILD_TYPE: DEBUG diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index c2018286..8115647c 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -1,10 +1,10 @@ name: Validation Tests -on: +on: push: branches: [ collab_main ] pull_request: - branches: [ collab_main ] + env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) BUILD_TYPE: DEBUG