Skip to content

Commit

Permalink
reduce nb CI builds (Lightning-AI#1078)
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda authored Mar 7, 2020
1 parent 3854afd commit 0cdfb9a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 0cdfb9a

Please sign in to comment.