Skip to content

Commit c58a0f4

Browse files
Remove quotes
1 parent 3c1224a commit c58a0f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-management-ui-for-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Test Management UI with Selenium for PRs
22
on:
33
pull_request:
44
paths:
5-
- 'deps/**'
6-
- 'selenium/**'
5+
- deps/**
6+
- selenium/**
77
- .github/workflows/test-management-ui-for-pr.yaml
88
concurrency:
99
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

0 commit comments

Comments
 (0)