From fc18b04cbfb29b7b33932c2f63a4aa25ab2f6239 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Tue, 6 Aug 2024 12:12:29 -0400 Subject: [PATCH] dev: Run Go workflow on dev branch PRs too --- .github/workflows/go.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 19022b1..f445003 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -2,9 +2,13 @@ name: Go on: push: - branches: [ main ] + branches: + - main + - dev pull_request: - branches: [ main ] + branches: + - main + - dev jobs: