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 0023202 commit d4445d2Copy full SHA for d4445d2
.github/workflows/ci.yaml
@@ -2,8 +2,6 @@ name: MacVim Documentation Build
2
3
on:
4
push:
5
- branches:
6
- - 'main'
7
schedule:
8
- cron: "50 3 * * *" # 3:50 am UTC every day. Just a random time intentionally picked to be not during busy hours.
9
workflow_dispatch:
@@ -70,6 +68,8 @@ jobs:
70
68
deploy:
71
69
needs: build
72
+ if: ${{ github.ref == 'refs/heads/main' }}
+
73
permissions:
74
pages: write # to deploy to Pages
75
id-token: write # to verify the deployment originates from an appropriate source
0 commit comments