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.
2 parents 225e301 + a823048 commit 28dd8f8Copy full SHA for 28dd8f8
.github/labels.toml
@@ -3,6 +3,11 @@ color = "ffeb95"
3
name = "bug"
4
description = "Bugs and problems with labels"
5
6
+[actions]
7
+color = "c792ea"
8
+name = "actions"
9
+description = "Tasks related to GitHub Actions"
10
+
11
["code quality"]
12
color = "c792ea"
13
name = "code quality"
.github/workflows/run-checks.yml
@@ -1,6 +1,16 @@
1
name: Run checks
2
-on: [push, pull_request]
+on:
+ push:
+ branches:
+ - main
+ tags:
+ - "[0-9]+.[0-9]+.[0-9]+"
+ - "[0-9]+.[0-9]+.[0-9]+rc[0-9]+"
+ pull_request:
14
15
jobs:
16
tox:
0 commit comments