From 2cf0ec5c2d80fac581b5f40074652834e0209bd1 Mon Sep 17 00:00:00 2001 From: micah johnson Date: Fri, 8 Sep 2023 07:21:01 -0600 Subject: [PATCH] changed branch name on the build action --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2e03f31..aa37e41 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,9 +5,9 @@ name: study lyte build on: # Triggers the workflow on push or pull request events but only for the master branch push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] workflow_dispatch: jobs: