Skip to content

Commit d275cb1

Browse files
Some fixes in linux.yaml
1 parent 6aa1d80 commit d275cb1

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/linux.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
name: linux
1+
name: Build code on Linux
22

3-
on: [push, pull_request]
4-
5-
permissions:
6-
contents: read
3+
on:
4+
push:
5+
pull_request:
6+
types: [opened]
77

88
jobs:
9-
build:
9+
linux:
1010
runs-on: ubuntu-latest
1111
strategy:
12+
fail-fast: false
1213
matrix:
1314
cxx: [g++-12, clang++-15]
1415
build_type: [Debug, Release]

0 commit comments

Comments
 (0)