forked from IT-Syndikat/website
Run test pipeline on all non-master branches, on master test
Signed-off-by: Wachtl Enterprises LLC <tyrolyean@escpe.net>
This commit is contained in:
parent
4b69127f25
commit
87e9d15c11
2 changed files with 11 additions and 0 deletions
.forgejo/workflows
|
@ -5,6 +5,16 @@ on:
|
|||
- master
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: node:latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- uses: https://github.com/DavidAnson/markdownlint-cli2-action@v19
|
||||
with:
|
||||
globs: '**/*.md'
|
||||
build:
|
||||
runs-on: docker
|
||||
container:
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
name: Push to webserver
|
||||
on:
|
||||
push:
|
||||
- '!master'
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
|
|
Loading…
Add table
Reference in a new issue