From 67e26f486d85e294a6ecff822d236c04787b316e Mon Sep 17 00:00:00 2001 From: Dwi Siswanto Date: Sun, 4 Dec 2022 03:37:48 +0700 Subject: [PATCH] ci: remove PR checks trigger by push action --- .github/workflows/pr.yaml | 8 -------- 1 file changed, 8 deletions(-) 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/**