Skip to content

Commit

Permalink
Update CI/CD pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
larswaechter committed Feb 21, 2023
1 parent f0d787c commit 019b032
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linter.yaml
Expand Up @@ -2,9 +2,9 @@ name: Linter

on:
push:
branches: [main]
branches: [main, release]
pull_request:
branches: [main]
branches: [main, release]

jobs:
run-linter:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Expand Up @@ -2,9 +2,9 @@ name: Tests

on:
push:
branches: [main]
branches: [main, release]
pull_request:
branches: [main]
branches: [main, release]

jobs:
build:
Expand Down

0 comments on commit 019b032

Please sign in to comment.