Merge branch 'master' into headless-only

This commit is contained in:
scatterflower 2020-09-01 15:54:39 -05:00
commit 30f607316e

View File

@ -4,11 +4,7 @@ name: CI
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
on: [push, pull_request]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs: