Skip to content

Commit

Permalink
add: workflow dispatch for test-and-lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiBaghbani authored Jul 15, 2024
1 parent 3b3d4f9 commit 2a7f9fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
branches: [ master, stable ]
pull_request:
branches: [ master, stable ]
# Allows you to run this workflow manually from the Actions tab.
workflow_dispatch:

jobs:
build:
name: node.js
Expand Down

0 comments on commit 2a7f9fe

Please sign in to comment.