Add workflow_dispatch event

This commit is contained in:
jeremystretch
2022-09-29 12:36:10 -04:00
parent 04738587e8
commit 62820ea2b8
3 changed files with 3 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
name: CI
on: [push, pull_request]
permissions:
contents: read # to fetch code (actions/checkout)
contents: read
jobs:
build:
runs-on: ubuntu-latest