Skip to content

Commit

Permalink
Test adding a new file for pushing to the other repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
okamsn committed Feb 24, 2024
1 parent fc0296c commit 9203ed8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/automatic-pr-to-dash-copy.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9203ed8

Please sign in to comment.