Skip to content

Commit

Permalink
update default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
pbeukema committed Jul 13, 2023
1 parent ecd1a90 commit 3303dde
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 31 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/coverage.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Lint (type checking, security, code quality, ruff)
on:
push:
branches:
- "develop"
- "main"
pull_request:
branches:
- "develop"
- "main"

jobs:
linting:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Run tests
on:
push:
branches:
- "develop"
- "main"
pull_request:
branches:
- "develop"
- "main"

jobs:
unit-tests:
Expand Down

0 comments on commit 3303dde

Please sign in to comment.