Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Only run checks on pr or push to release
- Loading branch information
Showing
with
7 additions
and
2 deletions.
-
+7
−2
.github/workflows/code_layout.yml
|
|
@@ -1,7 +1,12 @@ |
|
|
name: Code Layout |
|
|
|
|
|
on: [push, pull_request] |
|
|
|
|
|
on: |
|
|
push: |
|
|
branches: |
|
|
- master |
|
|
- release-** |
|
|
pull_request: |
|
|
|
|
|
jobs: |
|
|
documentation_checks: |
|
|
runs-on: ubuntu-latest |
|
|