Skip to content

Commit cd396ff

Browse files
committed
CI: Run tests and codestyle on release branches and tags (#627)
1 parent 00becae commit cd396ff

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/codestyle.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@ on:
44
branches:
55
- main
66
- module/*
7+
- 'v*x'
8+
tags:
9+
- 'v*'
710
pull_request:
811
branches:
912
- main
1013
- module/*
14+
- 'v*x'
1115
jobs:
1216
flake8:
1317
runs-on: ubuntu-latest

.github/workflows/tests.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@ on:
44
branches:
55
- main
66
- module/*
7+
- 'v*x'
8+
tags:
9+
- 'v*'
710
pull_request:
811
branches:
912
- main
1013
- module/*
14+
- 'v*x'
1115
jobs:
1216
test:
1317
name: ${{ matrix.name }}

0 commit comments

Comments
 (0)