sooner CI testing (#2037)

This commit is contained in:
Jirka Borovec 2020-06-01 16:21:52 +02:00 committed by GitHub
parent 0be530a427
commit fd38f52e55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 9 deletions

View File

@ -1,15 +1,8 @@
name: CI testing
# see: https://help.github.com/en/actions/reference/events-that-trigger-workflows
on:
# Trigger the workflow on push or pull request,
# but only for the master branch
push:
branches:
- master
pull_request:
branches:
- master
# Trigger the workflow on push or pull request
on: [push, pull_request]
jobs:
build: