From ab2b1d8e62ee06c44aacdec0b5cfa8435af75e4c Mon Sep 17 00:00:00 2001 From: gilfoyle97 Date: Tue, 28 Sep 2021 22:38:35 +0200 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b069ce9..299e1d3 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -2,9 +2,9 @@ name: Go on: push: - branches: [ main ] + branches: [ main,devel ] pull_request: - branches: [ main ] + branches: [ main,devel ] jobs: