Skip to content

Commit 8ebac50

Browse files
committed
Add workflow
1 parent ad67e02 commit 8ebac50

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linux-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ jobs:
9393
build-ubuntu-clang:
9494
name: "Build (${{ matrix.build_type }}-clang)"
9595
runs-on: ubuntu-latest
96-
# Run clang builds on push to main and on pull requests
97-
if: github.event_name == 'pull_request' || (github.event_name == 'push' && github.ref == 'refs/heads/main')
96+
# Run clang builds on push to main and on pull requests
97+
if: github.event_name == 'pull_request' || (github.event_name == 'push' && github.ref == 'refs/heads/main')
9898

9999
strategy:
100100
matrix:

0 commit comments

Comments
 (0)