Responding to review comments

This commit is contained in:
ajeffrey@roblox.com 2022-02-08 14:30:43 -06:00
parent fdb9c90ccd
commit 178211a21d

View file

@ -4,7 +4,6 @@ on:
push:
branches:
- 'master'
- 'prototyping'
paths:
- '.github/workflows/**'
- 'prototyping/**'
@ -18,6 +17,7 @@ jobs:
strategy:
matrix:
agda: [2.6.2.1]
name: prototyping
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1