Skip to content

Commit

Permalink
[TASK] Streamline branch rules in GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
eliashaeussler committed Jan 1, 2024
1 parent 014969c commit 196628c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cgl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ on:
push:
branches:
- main
- 'renovate/**'
pull_request:
branches:
- '**'
- '!renovate/**'
- main

jobs:
cgl:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ on:
push:
branches:
- main
- 'renovate/**'
pull_request:
branches:
- '**'
- '!renovate/**'
- main

jobs:
tests:
Expand Down

0 comments on commit 196628c

Please sign in to comment.