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 name: Publish
on: on:
workflow_dispatch:
push: push:
branches: branches:
- master - master
+1
View File
@@ -1,5 +1,6 @@
name: Pull Request name: Pull Request
on: on:
workflow_dispatch:
pull_request: pull_request:
paths-ignore: paths-ignore:
- "**/.gitignore" - "**/.gitignore"