Limit workflow to master
All checks were successful
test / test (push) Successful in 35s
build / build (push) Successful in 2m4s

This commit is contained in:
Torjus Håkestad 2024-10-06 19:47:33 +02:00
parent e3cbf3e9b9
commit 9b8ef2cade
2 changed files with 7 additions and 0 deletions

View File

@ -1,7 +1,10 @@
name: build
on:
push:
branches: master
pull_request:
branches:
- master
jobs:
build:

View File

@ -1,7 +1,11 @@
name: test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test: