Skip to content

Commit d8fb010

Browse files
committed
Changes after review
1 parent 0058009 commit d8fb010

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Linux Build
55

66
on:
77
push:
8-
# branches: ["main"]
8+
branches: ["main"]
99
paths:
1010
- "include/**"
1111
- "src/**"
@@ -40,7 +40,7 @@ jobs:
4040
sudo apt-get install ninja-build -y -q
4141
wget https://apt.llvm.org/llvm.sh
4242
chmod +x llvm.sh
43-
sudo sudo ./llvm.sh 19 all
43+
sudo ./llvm.sh 19 all
4444
4545
- name: Linux ${{ matrix.compiler }} ${{ matrix.sanitizer }}
4646
run: CXX=${{ matrix.compiler }} make ${{ matrix.sanitizer }}

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Macos Build
55

66
on:
77
push:
8-
# branches: ["main"]
8+
branches: ["main"]
99
paths:
1010
- "include/**"
1111
- "src/**"

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Windows Build
55

66
on:
77
push:
8-
# branches: ["main"]
8+
branches: ["main"]
99
paths:
1010
- "include/**"
1111
- "src/**"

0 commit comments

Comments
 (0)