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 870015f commit 4a9a2c9Copy full SHA for 4a9a2c9
.github/workflows/deploy.yml
@@ -4,11 +4,11 @@ name: Deploy to GitHub Pages
4
5
on:
6
workflow_dispatch:
7
- # push:
8
- # branches:
9
- # - main
10
- # # Review gh actions docs if you want to further define triggers, paths, etc
11
- # # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
+ push:
+ branches:
+ - main
+ # Review gh actions docs if you want to further define triggers, paths, etc
+ # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
12
13
14
jobs:
0 commit comments