1
0
Fork 0
mirror of https://code.forgejo.org/actions/checkout.git synced 2025-04-19 01:21:36 +02:00
checkout/.github/workflows/test.yml
2019-12-10 11:13:59 -05:00

15 lines
254 B
YAML

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