mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-04 14:54:26 +01:00
added frontmatter and fix github workflow
This commit is contained in:
committed by
Rusty Russell
parent
4b4937b9bd
commit
a9565f5589
16
.github/workflows/rdme-docs-sync.yml
vendored
16
.github/workflows/rdme-docs-sync.yml
vendored
@@ -1,17 +1,15 @@
|
||||
name: ReadMe GitHub Action 🦉
|
||||
name: ReadMe Sync
|
||||
|
||||
on:
|
||||
push:
|
||||
# This workflow will run every time you push code to the following branch: `master` and includes a change to any files inside doc/
|
||||
# Check out GitHub's docs for more info on configuring this:
|
||||
# https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
types:
|
||||
- closed
|
||||
paths:
|
||||
- 'doc/'
|
||||
- 'doc/*'
|
||||
|
||||
jobs:
|
||||
rdme-docs:
|
||||
if_merged:
|
||||
if: github.event.pull_request.merged == true
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out repo 📚
|
||||
|
||||
Reference in New Issue
Block a user