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 committed by Andrew Kelley
parent 60242d6210
commit 779674aaca

View File

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