Merge pull request 'woutervermeer-patch-1' (#20) from woutervermeer-patch-1 into pre-prod
All checks were successful
Gitea Test. / tests (push) Successful in 6s

Reviewed-on: #20
This commit was merged in pull request #20.
This commit is contained in:
2026-03-28 11:33:25 +00:00
2 changed files with 1 additions and 20 deletions

View File

@@ -1,20 +0,0 @@
name: Gitea build & Test.
run-name: ${{ gitea.actor }}
on:
push:
branches:
- main
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build and test
run: make test
- name: Build
run: make prod

View File

@@ -3,6 +3,7 @@ run-name: ${{ gitea.actor }}
on: on:
push: push:
branches: branches:
- main
- pre-prod - pre-prod
pull_request: pull_request: