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 5838cb1 commit 50c04faCopy full SHA for 50c04fa
.github/workflows/build.yml
@@ -1,10 +1,11 @@
1
---
2
name: "build"
3
4
-on: # yamllint disable-line rule:truthy
+on: # yamllint disable-line rule:truthy
5
pull_request:
6
push:
7
- branches: master
+ branches:
8
+ - master
9
10
jobs:
11
build:
.github/workflows/lint.yml
name: "Lint"
lint:
.github/workflows/pypi.yml
@@ -1,10 +1,10 @@
name: "PyPI Release"
tags:
- - 'v*'
+ - "v*"
publish:
0 commit comments