diff --git a/.github/workflows/fork-sync.yml b/.github/workflows/fork-sync.yml new file mode 100644 index 0000000..9e34a57 --- /dev/null +++ b/.github/workflows/fork-sync.yml @@ -0,0 +1,19 @@ +name: Sync Fork +on: + push: + workflow_dispatch: + schedule: + - cron: '0 * * * *' + +jobs: + sync_fork: + runs-on: ubuntu-latest + steps: + - uses: tgymnich/fork-sync@v1.9 + with: + owner: zacharee + base: master + head: master + retries: 1 + retry_after: 10 + ignore_fail: true \ No newline at end of file diff --git a/.idea/deploymentTargetDropDown.xml b/.idea/deploymentTargetDropDown.xml deleted file mode 100644 index 0c0c338..0000000 --- a/.idea/deploymentTargetDropDown.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file