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 5e45732 commit dae5654Copy full SHA for dae5654
.github/workflows/build.yml
@@ -1,7 +1,13 @@
1
---
2
name: build
3
4
-on: [push, pull_request]
+on:
5
+ push:
6
+ paths-ignore:
7
+ - '**.md'
8
+ pull_request:
9
10
11
12
jobs:
13
linux:
@@ -35,11 +41,8 @@ jobs:
35
41
- compiler: clang
36
42
os: ubuntu:devel
37
43
stable: false
38
- - compiler: gcc
39
- os: centos:7
40
- stable: true
44
steps:
- - uses: actions/checkout@v3
45
+ - uses: actions/checkout@v4
46
47
- name: Show OS information
48
run: |
@@ -87,7 +90,7 @@ jobs:
87
90
- gcc
88
91
- clang
89
92
93
94
95
96
0 commit comments