Skip to content

Commit

Permalink
Enable running workflows manually
Browse files Browse the repository at this point in the history
  • Loading branch information
koluch committed Jan 21, 2024
1 parent e38e39d commit 6555c36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
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 ]
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
name: Node.js Package

on:
workflow_dispatch:
release:
types: [created]

Expand Down

0 comments on commit 6555c36

Please sign in to comment.