mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
Restrict pull merge automation.
This commit is contained in:
parent
18b0f48ca8
commit
70805ecfa5
1 changed files with 3 additions and 1 deletions
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
|
||||
|
|
Loading…
Reference in a new issue