From 9203ed8789e977a982c8c461fbac19c464160589 Mon Sep 17 00:00:00 2001 From: okamsn Date: Sat, 24 Feb 2024 10:42:20 -0500 Subject: [PATCH] Test adding a new file for pushing to the other repo. --- .github/workflows/automatic-pr-to-dash-copy.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/automatic-pr-to-dash-copy.yml diff --git a/.github/workflows/automatic-pr-to-dash-copy.yml b/.github/workflows/automatic-pr-to-dash-copy.yml new file mode 100644 index 00000000..29087d50 --- /dev/null +++ b/.github/workflows/automatic-pr-to-dash-copy.yml @@ -0,0 +1,15 @@ +name: Automatic push to loopy-dash copy +on: + push: + branches: + - main + - master + pull-request: + - main + - master +jobs: + auto-push: + name: 'Push copy of this repo to loopy-dash repo.' + runs-on: ubuntu-latest + steps: + - run: git push --verbose --force-with-lease loopy-dash