Skip to content

Commit

Permalink
Merge pull request #47 from hpmouton/main
Browse files Browse the repository at this point in the history
Workflow Update
  • Loading branch information
hpmouton authored Apr 10, 2024
2 parents 32b4080 + 58040bb commit 36e0c04
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Sync Fork

on:
schedule: # Run every 30 minutes (optional)
- cron: '*/30 * * * *'
on

workflow_dispatch: # Allow manual triggering (optional)

jobs:
Expand All @@ -12,6 +11,6 @@ jobs:
steps:
- uses: tgymnich/[email protected]
with:
owner: hpmouton
owner: hpmouton
base: main
head: main
head: main

0 comments on commit 36e0c04

Please sign in to comment.