mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2025-01-26 21:42:21 +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
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- "yml/**.yml"
|
||||
workflow_run:
|
||||
workflows: ["PUSH & PULL REQUEST - YAML Lint and Schema Validation Checks"]
|
||||
types: [completed]
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event.repository.fork == false
|
||||
if: ${{ github.event.repository.fork == false && github.event.workflow_run.conclusion == 'success' }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user