Skip to content

Commit 9b04fff

Browse files
committed
add .github/workflows/required-ci-check-with-path-filter.yml
1 parent bf2102f commit 9b04fff

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Test required CI check with path filter
2+
on:
3+
pull_request:
4+
types: [opened, synchronize]
5+
paths:
6+
- "test/**"
7+
8+
jobs:
9+
required-check-with-path-filter:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- run: exit 0

0 commit comments

Comments
 (0)