mirror of
				https://github.com/LOLBAS-Project/LOLBAS
				synced 2025-10-31 16:49:36 +01:00 
			
		
		
		
	
							
								
								
									
										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 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user