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 2949161 commit f1b8d9cCopy full SHA for f1b8d9c
.github/workflows/build-cppfront.yaml
@@ -1,11 +1,11 @@
1
name: Multi-platform Build of cppfront
2
on:
3
pull_request:
4
- branches-ignore:
5
- - docs
+ paths-ignore:
+ - 'docs/**'
6
push:
7
8
9
workflow_dispatch:
10
11
jobs:
.github/workflows/regression-tests.yml
@@ -2,11 +2,11 @@ name: Regression tests
12
0 commit comments