Skip to content

Commit a01a8cc

Browse files
committed
refine trigger paths
1 parent b613a47 commit a01a8cc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pull-request-checks-disabled.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
name: PR check
1+
name: PR check without code changes
22

33
on:
44
pull_request:
55
paths:
66
- deployment/**
77
- development/**
88
- .vscode/**
9+
- !src/**
10+
- !s2i/**
911

1012
jobs:
1113
build:

0 commit comments

Comments
 (0)