1
0
Fork 0

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:
Wachtl Enterprises LLC 2025-01-21 10:44:37 +01:00
parent 4b69127f25
commit 87e9d15c11
2 changed files with 11 additions and 0 deletions
.forgejo/workflows

View file

@ -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:

View file

@ -1,6 +1,7 @@
name: Push to webserver
on:
push:
- '!master'
jobs:
test:
runs-on: docker