diff --git a/.github/workflows/gcs-integration.yml b/.github/workflows/gcs-integration.yml index 1b87dff..2c4066b 100644 --- a/.github/workflows/gcs-integration.yml +++ b/.github/workflows/gcs-integration.yml @@ -1,10 +1,14 @@ name: GCS Integration Tests on: + workflow_dispatch: pull_request: paths: - ".github/workflows/gcs-integration.yml" - "gcs/**" + push: + branches: + - "main" jobs: gcs-integration-fast-tests: