Skip to content

Commit

Permalink
Update CI build to run on "tutorial-complete" branch
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lipemorais committed May 15, 2024
1 parent c894935 commit c03adfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ci
on:
push:
branches:
- main
- tutorial-complete
permissions:
contents: write
jobs:
Expand Down

0 comments on commit c03adfb

Please sign in to comment.