mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-01 14:30:27 +02:00
Restrict pull merge automation.
This commit is contained in:
4
.github/workflows/docsgen.yml
vendored
4
.github/workflows/docsgen.yml
vendored
@@ -1,11 +1,13 @@
|
||||
name: CI
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
types: [closed]
|
||||
|
||||
jobs:
|
||||
GenerateDocs:
|
||||
if: github.event.pull_request.merged == true
|
||||
runs-on: macos-10.15
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
Reference in New Issue
Block a user