Skip to content

Commit

Permalink
Run Additional Checks on Pushes to Master (#1478)
Browse files Browse the repository at this point in the history
* run markdown and guide verification on push
* Run sitecheck on push
  • Loading branch information
runewake2 committed Feb 19, 2021
1 parent d91ac21 commit a079ada
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@

name: Markdown
on:
push:
branches:
- master
pull_request:
branches:
- master
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/sitecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@

name: SiteCheck
on:
push:
branches:
- master
paths:
- "site/**"
pull_request:
branches:
- master
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/verifyGuides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@

name: VerifyGuides
on:
push:
branches:
- master
pull_request:
branches:
- master
Expand Down

0 comments on commit a079ada

Please sign in to comment.