diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 44b86a4..c439c90 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -2,7 +2,7 @@ name: Build and test on: push: - branches: [main] + branches: [main, add-ping-ability] pull_request: types: - opened