diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index b32ac0cc..0eff1c41 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -1,13 +1,5 @@ name: Pull Request on: - push: - paths: - - "**.go" - tags: - - v* - branches: - - master - - development pull_request: branches-ignore: - dependabot/**