Run CI on PR or master push

Previously two CI jobs were done for each PR
This commit is contained in:
Mattias Wadman
2024-06-26 09:10:20 +02:00
parent 8cef76d0c0
commit 0ca6990373

View File

@ -1,6 +1,10 @@
name: Build on push and PRs
on: [push,pull_request]
on:
push:
branches:
- "master"
pull_request:
jobs:
build: