Skip to content

Commit d2f4cf6

Browse files
committed
Update stryker test CI
* Limit stryker tests to Javascript changes * Prefix stryker tests with javascript-test- for consistency
1 parent 8019694 commit d2f4cf6

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.github/workflows/stryker-javascript.yml renamed to .github/workflows/test-javascript-stryker.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
1-
name: stryker-javascript
1+
name: test-javascript-stryker
22

33
on:
44
push:
5-
branches-ignore:
6-
- renovate/**
5+
branches:
6+
- main
7+
paths:
8+
- javascript/**
9+
- testdata/**
10+
- .github/**
711
pull_request:
812
branches:
913
- main
14+
paths:
15+
- javascript/**
16+
- testdata/**
17+
- .github/**
1018

1119
jobs:
1220
stryker-javascript:

0 commit comments

Comments
 (0)