1 parent ad67e02 commit 8ebac50Copy full SHA for 8ebac50
1 file changed
.github/workflows/linux-build.yml
@@ -93,8 +93,8 @@ jobs:
93
build-ubuntu-clang:
94
name: "Build (${{ matrix.build_type }}-clang)"
95
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')
+ # Run clang builds on push to main and on pull requests
+ if: github.event_name == 'pull_request' || (github.event_name == 'push' && github.ref == 'refs/heads/main')
98
99
strategy:
100
matrix:
0 commit comments