Skip to content

Commit 37502af

Browse files
authored
MM-52441: Apply path filtering for server CI (mattermost#23295)
https://mattermost.atlassian.net/browse/MM-52441 ```release-note NONE ```
1 parent d7cf652 commit 37502af

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/server-ci-pr.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Server CI PR
22
on:
33
pull_request:
4-
4+
paths:
5+
- 'server/**'
6+
- '.github/**'
57
env:
68
go-version: "1.19.5"
79
concurrency:

0 commit comments

Comments
 (0)