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 3705f9a commit dc93fc5Copy full SHA for dc93fc5
.github/workflows/deploy-website.yml
@@ -4,7 +4,11 @@ on:
4
# Trigger the workflow every time you push to the `main` branch
5
# Using a different branch name? Replace `main` with your branch’s name
6
push:
7
- branches: [main]
+ branches:
8
+ - main
9
+ paths:
10
+ - 'website/**'
11
+
12
# Allows you to run this workflow manually from the Actions tab on GitHub.
13
workflow_dispatch:
14
0 commit comments