We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a274309 commit 580a2aaCopy full SHA for 580a2aa
.github/workflows/build.yml
@@ -3,15 +3,18 @@ name: RTL Build
3
on:
4
push:
5
branches: [ release ]
6
+ paths-ignore:
7
+ - '**/*.md'
8
pull_request:
9
10
11
12
workflow_dispatch:
13
14
jobs:
15
build:
16
name: Build (${{ matrix.os }} / ${{ matrix.compiler }})
17
runs-on: ${{ matrix.os }}
-
18
strategy:
19
matrix:
20
os: [ubuntu-latest, windows-latest]
@@ -23,7 +26,6 @@ jobs:
23
26
compiler: clang
24
27
- os: ubuntu-latest
25
28
compiler: msvc
29
steps:
30
- name: Checkout source
31
uses: actions/checkout@v4
0 commit comments