From 25c7707d4d7bf942d0b182d3b5a1d7607a5bbdd4 Mon Sep 17 00:00:00 2001 From: zhaoyu Date: Tue, 27 Feb 2024 11:53:50 -0500 Subject: [PATCH] test workflow --- .github/workflows/test.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/test.yaml diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml new file mode 100644 index 0000000..c9afbc3 --- /dev/null +++ b/.github/workflows/test.yaml @@ -0,0 +1,16 @@ +name: Copy To Branches +on: + push: + branches: + - 'main' +jobs: + copy-to-branches: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + with: + fetch-depth: 0 + - name: Copy To Branches Action + uses: planetoftheweb/copy-to-branches@v1.2 + env: + key: main