Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Koenig <[email protected]>
  • Loading branch information
ko3n1g committed Nov 8, 2024
1 parent 3469ac8 commit 52b83e7
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/sync_branch.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: sync main with dev
on:
push:
branches:
- main
pull_request:

schedule:
- 0 8 * * * # Runs at 8am UTC

defaults:
run:
Expand All @@ -21,7 +18,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
with:
ref: ko3n1g/dev
ref: dev
fetch-depth: 0
token: ${{ secrets.PAT }}

Expand Down

0 comments on commit 52b83e7

Please sign in to comment.