Skip to content

Commit 38afd67

Browse files
Merge pull request #182 from D4ve-R/patch-CItests
Fix: CI Tests fail on pull request
2 parents e21ea17 + 63e7eee commit 38afd67

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/jest.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Jest Tests
2-
on: [pull_request]
2+
on:
3+
pull_request:
4+
branches:
5+
#- main
6+
- ci-tests
37
jobs:
48
build:
59
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)