sooner CI testing (#2037)

This commit is contained in:
Jirka Borovec
2020-06-01 10:21:52 -04:00
committed by GitHub
parent 0be530a427
commit fd38f52e55
+2 -9
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: