GitHub Actions: only run on master branch

This commit is contained in:
Edward Thomson
2019-10-23 15:15:45 +01:00
committed by GitHub
parent 35550e0694
commit ff9818b875

View File

@@ -1,6 +1,12 @@
name: CI
on: [push, pull_request]
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
linux: