From c03adfb046c785ecec93b3f96f30cdcb45476b31 Mon Sep 17 00:00:00 2001 From: FeliPython Date: Wed, 15 May 2024 10:27:24 -0400 Subject: [PATCH] Update CI build to run on "tutorial-complete" branch The CI configuration file has been updated to trigger the build process on the "tutorial-complete" branch instead of the main branch. This change supports ongoing development work that is centered around the mentioned branch. Our continuous integration pipeline now reflects this focus. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0fb34c..f68b01b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: ci on: push: branches: - - main + - tutorial-complete permissions: contents: write jobs: