We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
master
1 parent 0f3bbd9 commit ec52afbCopy full SHA for ec52afb
.github/workflows/deploy-gh-pages.yaml
@@ -1,6 +1,8 @@
1
name: Deploy to GitHub Pages
2
3
-on: [push]
+on:
4
+ push:
5
+ branches: [master]
6
7
jobs:
8
deploy-to-pages:
0 commit comments