Skip to content

Commit a9fb577

Browse files
Update test-runner.yml
1 parent ca444da commit a9fb577

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-runner.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33

44
name: Jest
55
on:
6+
workflow_dispatch:
67
push:
8+
branches: [ develop ]
79
pull_request:
10+
branches: [ develop, main ]
811
jobs:
912
build-test:
1013
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)