diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 910273f0e..ba9c0dad3 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -4,7 +4,11 @@ name: pre-commit # pull_request: # push: # branches: [master, dev] -on: [pull_request] +on: + push: + pull_request: + # to trigger workflow manually from actions-tab + workflow_dispatch: jobs: pre-commit: diff --git a/.github/workflows/testMaps.yml b/.github/workflows/testMaps.yml index 2a543cca6..77fba046d 100644 --- a/.github/workflows/testMaps.yml +++ b/.github/workflows/testMaps.yml @@ -1,6 +1,10 @@ name: test_Maps -on: [push] +on: + push: + pull_request: + # to trigger workflow manually from actions-tab + workflow_dispatch: jobs: build: