mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-06 04:09:47 +00:00
Merge pull request #544 from revarbat/revarbat_dev
Restrict pull merge automation.
This commit is contained in:
commit
9e0fa4a233
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
|
name: CI
|
||||||
on:
|
on:
|
||||||
push:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
types: [closed]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
GenerateDocs:
|
GenerateDocs:
|
||||||
|
if: github.event.pull_request.merged == true
|
||||||
runs-on: macos-10.15
|
runs-on: macos-10.15
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
Loading…
Reference in a new issue