Skip to content

Commit c03adfb

Browse files
committed
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.
1 parent c894935 commit c03adfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: ci
22
on:
33
push:
44
branches:
5-
- main
5+
- tutorial-complete
66
permissions:
77
contents: write
88
jobs:

0 commit comments

Comments
 (0)