diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index e764b6afe..68fb8c45c 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -1,8 +1,8 @@ on: #schedule: # - cron: '30 6 * * *' #0630 UTC kick off full build and regression - # push: - # branches: [ ci/* ] + push: + branches: [ ci/* ] workflow_dispatch: inputs: runTests: diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 2c48f1cd9..d6104a6c7 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -1,6 +1,6 @@ on: - push: - branches: [ ci/* ] + # push: + # branches: [ ci/* ] workflow_dispatch: inputs: runTests: