Skip to content

Commit 10060ff

Browse files
use paths-ignore for efi-build-develop.yml
1 parent 89f8df4 commit 10060ff

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/efi-build-develop.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ name: EFIBuild
88
on:
99
push:
1010
branches: [ "main", "develop" ]
11-
paths:
12-
- '!doc/*'
11+
paths-ignore:
12+
- 'doc/**'
1313
pull_request:
1414
branches: [ "main", "develop" ]
15-
paths:
16-
- '!doc/*'
15+
paths-ignore:
16+
- 'doc/**'
1717

1818
env:
1919
# Path to the solution file relative to the root of the project.

0 commit comments

Comments
 (0)