Merge pull request #18 from VIPQualityPost/dev

Try to get documentation flow working
This commit is contained in:
VIPQualityPost
2024-03-05 16:16:49 -05:00
committed by GitHub

View File

@@ -1,11 +1,6 @@
name: Assembly Documentation name: Assembly Documentation
on: on:
pull_request:
branches:
- main
types:
- closed
push: push:
branches: branches:
- main - main
@@ -16,8 +11,8 @@ env:
jobs: jobs:
buildfiles: buildfiles:
if: github.event.pull_request.merged == true
name: Design check & documentation build 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 runs-on: ubuntu-latest
steps: steps:
- name: Checkout code - name: Checkout code