Skip to content

Commit

Permalink
CI: Run tests and codestyle on release branches and tags (#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
rrjbca authored Sep 8, 2024
1 parent 05444f3 commit ee05b5a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/codestyle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ on:
branches:
- main
- module/*
- 'v*x'
tags:
- 'v*'
pull_request:
branches:
- main
- module/*
- 'v*x'
jobs:
flake8:
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ on:
branches:
- main
- module/*
- 'v*x'
tags:
- 'v*'
pull_request:
branches:
- main
- module/*
- 'v*x'
jobs:
test:
name: ${{ matrix.name }}
Expand Down

0 comments on commit ee05b5a

Please sign in to comment.