chore: add dispatch event to workflows

This commit is contained in:
Stevan Freeborn
2024-07-07 15:19:33 -05:00
parent d1855ddd37
commit b6baef7f50
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
name: Publish
on:
workflow_dispatch:
push:
branches:
- master
+1
View File
@@ -1,5 +1,6 @@
name: Pull Request
on:
workflow_dispatch:
pull_request:
paths-ignore:
- "**/.gitignore"