Compare commits
1 Commits
f0b0cb385d
...
bccd9671b9
| Author | SHA1 | Date | |
|---|---|---|---|
| bccd9671b9 |
@@ -1,12 +0,0 @@
|
|||||||
name: "Main Build Process"
|
|
||||||
|
|
||||||
on:
|
|
||||||
pull_request:
|
|
||||||
branches: ["main"]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Checkout code
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
@@ -1,18 +1,18 @@
|
|||||||
name: "Main Build Process"
|
name: "Main Build Process"
|
||||||
|
|
||||||
|
# Runs on main branch commits,
|
||||||
|
# every commit in a pull request, any published release.
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["main"]
|
branches: ["main"]
|
||||||
pull_request:
|
pull_request:
|
||||||
types:
|
|
||||||
- closed
|
|
||||||
branches: ["main"]
|
branches: ["main"]
|
||||||
release:
|
release:
|
||||||
types: [published]
|
types: [published]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
if_merged:
|
asciidoc:
|
||||||
if: github.event.pull_request.merged == true
|
name: "generate documentation"
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user