We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a45ba47 commit 51d6fefCopy full SHA for 51d6fef
.github/workflows/docs.yml
@@ -1,6 +1,8 @@
1
name: FlaskTest documentation publication on GitHub
2
3
-on: push
+on:
4
+ push:
5
+ branches: [ "main" ]
6
7
jobs:
8
build:
docs/versions.md
@@ -8,6 +8,7 @@ please report any [issues](https://github.com/zx80/flask-tester/issues).
## TODO
9
10
Check whether data and json should be exclusive.
11
+Publish documentation only when pushing on branch `main`.
12
13
## ? on ?
14
0 commit comments