Merge pull request #18 from VIPQualityPost/dev
Try to get documentation flow working
This commit is contained in:
7
.github/workflows/documentation.yml
vendored
7
.github/workflows/documentation.yml
vendored
@@ -1,11 +1,6 @@
|
||||
name: Assembly Documentation
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
types:
|
||||
- closed
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
@@ -16,8 +11,8 @@ env:
|
||||
|
||||
jobs:
|
||||
buildfiles:
|
||||
if: github.event.pull_request.merged == true
|
||||
name: Design check & documentation build
|
||||
if: github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
||||
Reference in New Issue
Block a user