Skip to content

Commit b6046c3

Browse files
committed
fix(test workflow): test file name
1 parent caebc46 commit b6046c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ on:
55
branches:
66
- master
77
paths:
8-
- '.github/workflows/test-prod.yml'
8+
- '.github/workflows/test.yml'
99
- 'docker/openemr/[0-9]*.[0-9]*.[0-9]/**'
1010
- 'docker/openemr/flex-*/**'
1111
pull_request:
1212
branches:
1313
- master
1414
paths:
15-
- '.github/workflows/test-prod.yml'
15+
- '.github/workflows/test.yml'
1616
- 'docker/openemr/[0-9]*.[0-9]*.[0-9]/**'
1717
- 'docker/openemr/flex-*/**'
1818

0 commit comments

Comments
 (0)