fix
This commit is contained in:
8
.github/workflows/git-sync.yml
vendored
8
.github/workflows/git-sync.yml
vendored
@@ -1,5 +1,11 @@
|
||||
name: Sync to CNB
|
||||
on: [push]
|
||||
# on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
# - main
|
||||
- 'releases/**'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
sync:
|
||||
|
||||
Reference in New Issue
Block a user