We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 379592d commit 9d2372aCopy full SHA for 9d2372a
.github/workflows/vuepress-deploy.yml
@@ -1,5 +1,8 @@
1
name: Build and Deploy vuepress
2
-on: [push]
+on:
3
+ push:
4
+ branches:
5
+ - master
6
jobs:
7
build-and-deploy:
8
runs-on: ubuntu-latest
0 commit comments