mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-28 19:34:25 +01:00
fix workflow file and test changes (#6476)
This commit is contained in:
9
.github/workflows/rdme-docs-sync.yml
vendored
9
.github/workflows/rdme-docs-sync.yml
vendored
@@ -1,15 +1,16 @@
|
||||
name: ReadMe Sync
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
types:
|
||||
- closed
|
||||
branches:
|
||||
- 'master'
|
||||
paths:
|
||||
- 'doc/*'
|
||||
- 'doc/'
|
||||
|
||||
jobs:
|
||||
if_merged:
|
||||
if: github.event.pull_request.merged == true
|
||||
rdme-docs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out repo 📚
|
||||
|
||||
Reference in New Issue
Block a user