Skip to content

Commit

Permalink
chore: add workflow files for dispatch condition
Browse files Browse the repository at this point in the history
  • Loading branch information
h-takeyeah committed Mar 6, 2024
1 parent a9b9dce commit 414ab59
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nodejsci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,19 @@ name: CI (typing-app)
on:
push:
branches:
- "ci/**"
- develop
- main
paths:
- .github/workflows/nodejsci.yml
- "typing-app/**"
pull_request:
branches:
- "ci/**"
- develop
- main
paths:
- .github/workflows/nodejsci.yml
- "typing-app/**"
workflow_dispatch:

Expand Down

0 comments on commit 414ab59

Please sign in to comment.