Skip to content

Commit

Permalink
Update global workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Sep 19, 2023
1 parent fe7fc7e commit 78731a6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/fork-sync.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Sync Fork

on:
schedule:
- cron: '*/30 * * * *' # every 30 minutes
workflow_dispatch: # on button click

jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: tgymnich/fork-sync@v1.8
with:
owner: devantler
base: main
head: main

0 comments on commit 78731a6

Please sign in to comment.