ソースを参照

Merge branch 'master' into develop

Daniel Gibbs 6 年 前
コミット
2c41a03263
2 ファイル変更8 行追加3 行削除
  1. 8 3
      .github/workflows/git-sync.yml
  2. 0 0
      README.md

+ 8 - 3
.github/workflows/git-sync.yml

@@ -1,7 +1,12 @@
-name: Github to Bitbucket sync
+name: Backup Repo
 # This action will sync the github repo with a backup bitbucket repo.
 # This will allow LinuxGSM to use Bitbucket as and alternative download if github fails.
-on: push
+on:
+  push:
+    branches:    
+      - master
+      - 'develop'
+      - 'feature/update-lgsm'
 jobs:
   repo-sync:
     runs-on: ubuntu-latest
@@ -17,6 +22,6 @@ jobs:
       with:
         source_repo: "https://github.com/GameServerManagers/LinuxGSM"
         source_branch: "refs/heads/*"
-        destination_repo: "git@bitbucket.org:dgibbs64/linuxgsm.git"
+        destination_repo: "git@bitbucket.org:GameServerManagers/linuxgsm.git"
         destination_branch: "refs/heads/*"
         ssh_private_key: ${{ secrets.BITBUCKET_SECRET }}

ファイルの差分が大きいため隠しています
+ 0 - 0
README.md


この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません