Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrdadh committed Jan 13, 2023
1 parent 0057af7 commit d5f207d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/sync_fork.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Sync Fork

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

on: [push]

jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: tgymnich/[email protected]
with:
owner: mehrdadh
base: ga/sync_fork
head: main

0 comments on commit d5f207d

Please sign in to comment.