ci: only run CI on pull requests and master branch pushes

To get the CI to run on branches other than master, create a corresponding PR.
This commit is contained in:
Loris Cro 2022-11-23 03:00:39 +01:00
parent c24c6fe210
commit 5453ec86eb

View File

@ -1,5 +1,9 @@
name: ci
on: [push, pull_request]
on:
pull_request:
push:
branches:
- master
jobs:
x86_64-linux-debug:
outputs: