From 5032d879392d55ea892185339e0eb9fec6d5db86 Mon Sep 17 00:00:00 2001 From: Kevin Matlock Date: Wed, 30 Oct 2024 08:10:08 -0700 Subject: [PATCH] Change branch for version bump --- .github/workflows/version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 4bfed7c..b9d43e3 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -15,7 +15,7 @@ jobs: permissions: contents: write runs-on: ubuntu-latest - if: github.ref == 'refs/heads/dev' + if: github.ref == 'refs/heads/main' steps: - uses: actions/checkout@v4 - name: Setup Python and Git