From 1a57f67fdc9f7c29a37ffdcc269d9a140a800f28 Mon Sep 17 00:00:00 2001 From: Aron Wussler Date: Tue, 17 Jan 2023 10:12:07 +0100 Subject: [PATCH] Rename branch to Proton --- .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 4aea358b0..7ecf0bfe8 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -2,9 +2,9 @@ name: Go on: push: - branches: [ main, ProtonMail ] + branches: [ main ] pull_request: - branches: [ main, ProtonMail ] + branches: [ main, Proton ] jobs: