diff --git a/.github/workflows/test-pr-caller.yml b/.github/workflows/test-pr-caller.yml index 95c606f2..1a4f255e 100644 --- a/.github/workflows/test-pr-caller.yml +++ b/.github/workflows/test-pr-caller.yml @@ -2,14 +2,10 @@ # events but only for the main branch and changes in folder src-python name: Test-Pull-Request-Caller on: - push: - branches: - - master + pull_request: paths: - caller - pull_request_target: - types: [assigned, opened, synchronize, reopened] - workflow_dispatch: + workflow_dispatch: {} # Run the tests jobs: diff --git a/.github/workflows/test-pr-geofinder.yml b/.github/workflows/test-pr-geofinder.yml index aaa4ff8e..2a3dce4b 100644 --- a/.github/workflows/test-pr-geofinder.yml +++ b/.github/workflows/test-pr-geofinder.yml @@ -2,13 +2,9 @@ # events but only for the main branch and changes in folder src-python name: Test-Pull-Request-Geofinder on: - push: - branches: - - master + pull_request: paths: - tpipelinegeofinder - pull_request_target: - types: [assigned, opened, synchronize, reopened] workflow_dispatch: # Run the tests diff --git a/.github/workflows/test-pr-prettyprinter.yml b/.github/workflows/test-pr-prettyprinter.yml index 0c592467..d01eee5f 100644 --- a/.github/workflows/test-pr-prettyprinter.yml +++ b/.github/workflows/test-pr-prettyprinter.yml @@ -2,12 +2,10 @@ # events but only for the main branch and changes in folder src-python name: Test-Pull-Request-PrettyPrinter on: - push: + pull_request: paths: - prettyprinter - pull_request_target: - branches: [master] - types: [assigned, opened, synchronize, reopened] + workflow_dispatch: {} # Run the tests