Skip to content

Commit

Permalink
Added workflow_dispatch trigger to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
kniffen committed Apr 7, 2023
1 parent 1c0ed72 commit e717e84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
name: ESLint

on:
workflow_dispatch:
push:
branches: [
"main",
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
name: Node.js CI

on:
workflow_dispatch:
push:
branches: [
"main",
Expand Down

0 comments on commit e717e84

Please sign in to comment.