Allow for on demand builds

This commit is contained in:
sophia 2022-02-02 09:35:08 -06:00 committed by Paul Hinze
parent 17ff196305
commit 6a182570fb
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

@ -10,15 +10,9 @@ on:
- '.github/workflows**'
- 'go.mod'
- 'go.sum'
pull_request:
branches:
- main
paths:
- 'builtin/**'
- 'cmd/**'
- 'internal/**'
- 'go.mod'
- 'go.sum'
workflow_dispatch:
branches:
- 'main'
jobs:
tests: