avoid running CI jobs on other branches than master

This commit is contained in:
SimoneN64
2023-08-01 09:25:12 +02:00
parent 8484f4b19a
commit d0e9f41ffe

View File

@@ -1,5 +1,8 @@
name: build name: build
on: push on:
push:
branches:
- master
jobs: jobs:
build-linux: build-linux:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04