Update test.yml

This commit is contained in:
eric sciple
2020-03-30 13:38:51 -04:00
committed by GitHub
parent 01aecccf73
commit ae24a05516

View File

@@ -3,9 +3,6 @@ name: Build and Test
on: on:
pull_request: pull_request:
push: push:
branches:
- master
- releases/*
jobs: jobs:
build: build:
@@ -35,7 +32,7 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
# Basic checkout # Basic checkout
- name: Checkout basic - name: Checkout
uses: ./ uses: ./
with: with:
ref: test-data/v2/basic ref: test-data/v2/basic