1
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-03-31 05:20:06 +02:00
checkout/.github/workflows/test.yml
eric sciple 9e6ea46e86 .
2019-12-03 18:20:02 -05:00

18 lines
285 B
YAML

name: Build and Test
on:
pull_request:
push:
branches:
- master
- releases/*
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2-beta
with:
ref: refs/pull/${{ github.event.number }}/head