Skip to content

Commit

Permalink
Add manual run
Browse files Browse the repository at this point in the history
  • Loading branch information
zero1ne committed Nov 8, 2023
1 parent a9f2b72 commit f76db69
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/qsi-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,17 @@ name: QSI Unit Tests

on:
push:
branches: [main]
branches:
- "main"
- "fix/**"
paths:
- "Qsi*/**"
- "!Qsi.Debugger/**"
pull_request:
branches: [main]
branches:
- "main"

workflow_dispatch:

jobs:
test:
Expand Down

0 comments on commit f76db69

Please sign in to comment.