From 32b334a9eac885c80704f909d1a238b9ac6acec4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julio=20L=C3=B3pez?= <1953782+julio-lopez@users.noreply.github.com> Date: Wed, 28 Feb 2024 17:59:43 -0800 Subject: [PATCH] chore(ci): run CI on all PRs (#2706) --- .github/workflows/main.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index f3627fac17..440dbc2f30 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -4,8 +4,6 @@ on: branches: - master pull_request: - branches: - - master jobs: ## Make sure go.mod and go.sum files are up-to-date with the code ## TODO: make this fail if they're not up-to-date to inform the committer to udpate them