cicd: run on every pull request, but only deploy on testing

This commit is contained in:
lagertonne 2024-11-12 16:51:29 +01:00 committed by jedi
parent d9729a68ff
commit 80558a241d
2 changed files with 21 additions and 0 deletions

View file

@ -2,6 +2,7 @@ on:
push:
branches:
- testing
jobs:
test:
runs-on: docker