Compare commits
1 Commits
bccd9671b9
...
f0b0cb385d
| Author | SHA1 | Date | |
|---|---|---|---|
| f0b0cb385d |
12
.gitea/workflows/Review.yaml
Normal file
12
.gitea/workflows/Review.yaml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
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:
|
||||||
asciidoc:
|
if_merged:
|
||||||
name: "generate documentation"
|
if: github.event.pull_request.merged == true
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user