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 470eebd commit a758eaaCopy full SHA for a758eaa
.github/workflows/build.yml
@@ -3,7 +3,19 @@
3
4
name: Build Python package and docs
5
6
-on: [ push, pull_request ]
+on:
7
+ push:
8
+ tags-ignore:
9
+ - "*"
10
+ pull_request:
11
+ paths:
12
+ - doc/**
13
+ - src/**
14
+ - poetry.lock
15
+ - poetry.toml
16
+ - pyproject.toml
17
+ - setup.cfg
18
+
19
20
jobs:
21
build:
.vscode/settings.json
@@ -49,4 +49,7 @@
49
"python.analysis.extraPaths": [
50
"jedi/src"
51
],
52
+ "yaml.schemas": {
53
+ "https://json.schemastore.org/github-workflow.json": "file:///home/david/work/pybricks/pybricks-api/.github/workflows/build.yml"
54
+ },
55
}
0 commit comments