Browse Source

Update git-sync.yml

pull/2899/head
Daniel Gibbs 5 years ago
committed by GitHub
parent
commit
fba832c3ea
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .github/workflows/git-sync.yml

6
.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

Loading…
Cancel
Save