Skip to content

Commit 5672438

Browse files
committed
updated build action, ignore md
1 parent 38093af commit 5672438

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,18 @@ name: RTL Build
33
on:
44
push:
55
branches: [ release ]
6+
paths-ignore:
7+
- '**/*.md'
68
pull_request:
79
branches: [ release ]
10+
paths-ignore:
11+
- '**/*.md'
812
workflow_dispatch:
913

1014
jobs:
1115
build:
1216
name: Build (${{ matrix.os }} / ${{ matrix.compiler }})
1317
runs-on: ${{ matrix.os }}
14-
1518
strategy:
1619
matrix:
1720
os: [ubuntu-latest, windows-latest]
@@ -23,7 +26,6 @@ jobs:
2326
compiler: clang
2427
- os: ubuntu-latest
2528
compiler: msvc
26-
2729
steps:
2830
- name: Checkout source
2931
uses: actions/checkout@v4

0 commit comments

Comments
 (0)