reduce nb CI builds (#1078)

This commit is contained in:
Jirka Borovec
2020-03-06 19:19:19 -05:00
committed by GitHub
parent 3854afdc3e
commit 0cdfb9af41
+10 -1
View File
@@ -1,6 +1,15 @@
name: CI testing
on: [push, pull_request]
# 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
jobs:
build: