Skip to content

Commit a4c9f52

Browse files
committed
push rules changes
1 parent d5dee3e commit a4c9f52

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@ name: Cross-Platform C++ Build
22

33
on:
44
push:
5-
branches: [ main, develop ]
5+
# Jobs are skipped when ONLY Markdown (*.md) files are changed
6+
paths-ignore:
7+
- '**.md'
68
pull_request:
7-
branches: [ main ]
9+
paths-ignore:
10+
- '**.md'
11+
812

913
jobs:
1014
build:

0 commit comments

Comments
 (0)