mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2025-01-27 14:01:04 +01:00
parent
7e171658dd
commit
22568aff10
11
.github/workflows/gh-pages.yml
vendored
11
.github/workflows/gh-pages.yml
vendored
@ -1,16 +1,15 @@
|
|||||||
---
|
---
|
||||||
name: Update LOLBAS-Project.github.io
|
name: Update LOLBAS-Project.github.io
|
||||||
on:
|
on:
|
||||||
push:
|
workflow_run:
|
||||||
branches:
|
workflows: ["PUSH & PULL REQUEST - YAML Lint and Schema Validation Checks"]
|
||||||
- master
|
types: [completed]
|
||||||
paths:
|
branches: [master]
|
||||||
- "yml/**.yml"
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.event.repository.fork == false
|
if: ${{ github.event.repository.fork == false && github.event.workflow_run.conclusion == 'success' }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user