Skip to content

Commit 3a7e666

Browse files
committed
Fix YAML
1 parent a01a8cc commit 3a7e666

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
- deployment/**
77
- development/**
88
- .vscode/**
9-
- !src/**
10-
- !s2i/**
9+
- "!src/**"
10+
- "!s2i/**"
1111

1212
jobs:
1313
build:

0 commit comments

Comments
 (0)