Skip to content

Commit

Permalink
Update sync.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yql70 authored Aug 11, 2022
1 parent 7a03b44 commit 59154b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Sync-To-TGIT
on:
push:
branches:
- master
- main

jobs:
push-to-mirror:
Expand All @@ -28,4 +28,4 @@ jobs:
git push --tags tgit
env:
TGIT_USERNAME: ${{ secrets.TGIT_USERNAME }}
TGIT_PASSWORD: ${{ secrets.TGIT_PASSWORD }}
TGIT_PASSWORD: ${{ secrets.TGIT_PASSWORD }}

0 comments on commit 59154b7

Please sign in to comment.