From fb2e26b185dbdaee69fab60f0711b4c26a1c7df6 Mon Sep 17 00:00:00 2001 From: Andrew Gillis <11790789+gammazero@users.noreply.github.com> Date: Wed, 13 Nov 2024 21:40:53 -1000 Subject: [PATCH] Workflows use "main" branch (#31) --- .github/workflows/go.yml | 4 ++-- .github/workflows/main.yml | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d17460d..f0a641b 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -2,9 +2,9 @@ name: Go on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5edb155..b3a6f6e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,7 +5,6 @@ on: tags: - v* branches: - - master - main pull_request: