Skip to content

Commit bd56612

Browse files
authored
ignore paths that don't affect this workflow
1 parent 6b08bb7 commit bd56612

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/c-cpp.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ name: C/C++ CI
22

33
on:
44
push:
5+
# ignore paths that don't affect this workflow
6+
paths-ignore:
7+
- '**.md'
8+
- '**.sh'
9+
- '**.bat'
510
branches: [ "master" ]
611
pull_request:
712
branches: [ "master" ]

0 commit comments

Comments
 (0)