diff --git a/.github/workflows/qit-orchestration-test.yml b/.github/workflows/qit-orchestration-test.yml index b6d137c3..e4d1ef15 100644 --- a/.github/workflows/qit-orchestration-test.yml +++ b/.github/workflows/qit-orchestration-test.yml @@ -6,6 +6,10 @@ on: - cron: '0 23 * * *' # Manually workflow_dispatch: + # On push to trunk + push: + branches: + - trunk jobs: orchestration-tests: diff --git a/.github/workflows/qit-self-test-custom-test.yml b/.github/workflows/qit-self-test-custom-test.yml index f35d367a..cee12484 100644 --- a/.github/workflows/qit-self-test-custom-test.yml +++ b/.github/workflows/qit-self-test-custom-test.yml @@ -6,6 +6,10 @@ on: - cron: '0 23 * * *' # Manually workflow_dispatch: + # On push to trunk + push: + branches: + - trunk jobs: self_test_custom_test: