We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05444f3 commit ee05b5aCopy full SHA for ee05b5a
.github/workflows/codestyle.yaml
@@ -4,10 +4,14 @@ on:
4
branches:
5
- main
6
- module/*
7
+ - 'v*x'
8
+ tags:
9
+ - 'v*'
10
pull_request:
11
12
13
14
15
jobs:
16
flake8:
17
runs-on: ubuntu-latest
.github/workflows/tests.yaml
test:
name: ${{ matrix.name }}
0 commit comments