From 5af9aa5bb512de1d257a12a1ebd62d2263c557bc Mon Sep 17 00:00:00 2001 From: "Tomoya.Fujita" Date: Wed, 18 Sep 2024 13:43:48 -0700 Subject: [PATCH] switch default branch main, and mirror-main-to-master.yaml. Signed-off-by: Tomoya.Fujita --- .github/workflows/mirror-main-to-master.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 .github/workflows/mirror-main-to-master.yaml diff --git a/.github/workflows/mirror-main-to-master.yaml b/.github/workflows/mirror-main-to-master.yaml new file mode 100755 index 0000000..7c006b9 --- /dev/null +++ b/.github/workflows/mirror-main-to-master.yaml @@ -0,0 +1,13 @@ +name: Mirror main to master + +on: + push: + branches: [ main ] + +jobs: + mirror-to-master: + runs-on: ubuntu-latest + steps: + - uses: zofrex/mirror-branch@v1 + with: + target-branch: master \ No newline at end of file