diff --git a/.github/workflows/go.yaml b/.github/workflows/CI.yaml similarity index 93% rename from .github/workflows/go.yaml rename to .github/workflows/CI.yaml index 0794946..70b902d 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/CI.yaml @@ -1,5 +1,14 @@ name: CI -on: [push, pull_request] +on: + # See the documentation for more intricate event dispatch here: + # https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#on + push: + branches: + - "!dependabot/*" + - "*" + pull_request: + branches: + - "*" jobs: build: name: Build & Lint