diff --git a/.github/workflows/golang-test-darwin.yml b/.github/workflows/golang-test-darwin.yml index dfc8c9c20..6a199b826 100644 --- a/.github/workflows/golang-test-darwin.yml +++ b/.github/workflows/golang-test-darwin.yml @@ -1,5 +1,5 @@ name: Test Code Darwin -on: [push,pull_request] +on: [pull_request] jobs: test: strategy: diff --git a/.github/workflows/golang-test-linux.yml b/.github/workflows/golang-test-linux.yml index 3a85d4aba..1c001f5d7 100644 --- a/.github/workflows/golang-test-linux.yml +++ b/.github/workflows/golang-test-linux.yml @@ -1,5 +1,5 @@ name: Test Code Linux -on: [push,pull_request] +on: [pull_request] jobs: test: strategy: diff --git a/.github/workflows/golang-test-windows.yml b/.github/workflows/golang-test-windows.yml index d976b80e9..e1df62e7e 100644 --- a/.github/workflows/golang-test-windows.yml +++ b/.github/workflows/golang-test-windows.yml @@ -1,5 +1,5 @@ name: Test Code Windows -on: [push,pull_request] +on: [pull_request] jobs: pre: runs-on: ubuntu-latest