diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index bf85664..00f1071 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -1,6 +1,9 @@ name: integration tests -on: [push, pull_request] +on: + - push + - pull_request + - workflow_dispatch: # Allows manual triggering of the workflow jobs: build: