From 86e44f36127168815d89e9f8b98ee23d032e5351 Mon Sep 17 00:00:00 2001 From: zhaoyu Date: Tue, 27 Feb 2024 12:14:48 -0500 Subject: [PATCH] test workflow --- .github/workflows/test.yaml | 1 + README.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index bade7c2..6f19663 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -3,6 +3,7 @@ on: push: branches: - 'main' + - 'test' jobs: copy-to-branches: runs-on: ubuntu-latest diff --git a/README.md b/README.md index c33f2a7..f1b68d2 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,5 @@ For open-source projects, it can be a challenge to ensure development coherence ## Instructions This repository has branches for each of the videos in the course. You can use the branch pop up menu in github to switch to a specific branch and take a look at the course at that stage, or you can add `/tree/BRANCH_NAME` to the URL to go to the branch you want to access. + +## Test workflow