Skip to content

Commit

Permalink
Merge pull request #1 from Work-m8/pascalwilbrink-patch-1
Browse files Browse the repository at this point in the history
Create sync_upstream.yml
  • Loading branch information
pascalwilbrink committed May 24, 2024
2 parents de616cc + 0ff8d8d commit ab4a67d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/sync_upstream.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Triggers on all branches
on:
push:
branches:
main


name: Sync Fork
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: uknowwhoim/auto-pr-fork@v0.2

0 comments on commit ab4a67d

Please sign in to comment.