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 f41a54d commit 10736aaCopy full SHA for 10736aa
.github/workflows/deploy.yml
@@ -5,7 +5,7 @@ name: Deploy static content to Pages
5
on:
6
# Runs on pushes targeting the default branch
7
push:
8
- branches: [$default-branch]
+ branches: ["master"]
9
10
# Allows you to run this workflow manually from the Actions tab
11
workflow_dispatch:
0 commit comments