nostr-rs-relay/.github/workflows/sync-fork.yml

19 lines
322 B
YAML
Raw Normal View History

2023-04-27 05:02:48 -04:00
name: Sync Fork
on:
schedule:
- cron: '0 2 * * *' # once a day at 2 am
workflow_dispatch: # on button click
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: tgymnich/fork-sync@v1.8
with:
owner: scsibug
base: master
2023-05-01 07:18:24 -04:00
head: master
ignore_fail: true