Add workflow_dispatch to verify workflow

This commit is contained in:
Kevin McCormack 2024-04-04 17:01:30 -04:00
parent b09e1344cc
commit 5ea7328bb8
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ name: Verify
on: on:
push: push:
pull_request: pull_request:
workflow_dispatch:
jobs: jobs:
lint: lint: