Skip to content

Commit

Permalink
Only run checks on pr or push to release
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Feb 11, 2021
1 parent 78e6205 commit ff42e9a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .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
Expand Down

0 comments on commit ff42e9a

Please sign in to comment.