Skip to content

Commit

Permalink
Testing with test branch
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanldolbir authored Jan 22, 2024
1 parent ddfb4da commit 912a134
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/refresh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Refresh master branch with vendor commits

on:
workflow_dispatch:
push:
schedule:
- cron: '0 3 * * *' # Run every day at 3:00 AM

Expand All @@ -20,6 +21,6 @@ jobs:
- name: Update master branch
run: |
git checkout master
git checkout test
git merge --ff-only gitlab-repo/master
git push origin master
git push origin test

0 comments on commit 912a134

Please sign in to comment.