chore: sync workflow
This commit is contained in:
8
.github/workflows/git-sync.yml
vendored
8
.github/workflows/git-sync.yml
vendored
@@ -1,6 +1,12 @@
|
|||||||
name: Sync Repo
|
name: Sync Repo
|
||||||
|
|
||||||
on: push
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- '*'
|
||||||
|
- '*/*'
|
||||||
|
- '**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
git-sync:
|
git-sync:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user