Browse Source

Update git-sync.yml

Daniel Gibbs 6 năm trước cách đây
mục cha
commit
fba832c3ea
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  1. 5 1
      .github/workflows/git-sync.yml

+ 5 - 1
.github/workflows/git-sync.yml

@@ -1,7 +1,11 @@
 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'
 jobs:
   repo-sync:
     runs-on: ubuntu-latest