mirror of
https://github.com/aljazceru/breez-sdk-docs.git
synced 2025-12-17 05:44:20 +01:00
only publish on pushes to main
This commit is contained in:
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@@ -179,6 +179,7 @@ jobs:
|
||||
path: book
|
||||
|
||||
- name: Push book to main-generated branch
|
||||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
|
||||
run: |
|
||||
git config --global user.name "Generator"
|
||||
git config --global user.email "no-reply@breez.technology"
|
||||
|
||||
Reference in New Issue
Block a user