We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b32a35 commit 134a592Copy full SHA for 134a592
.github/workflows/documentation.yml
@@ -4,9 +4,9 @@ name: Deploy static content to Pages
4
on:
5
# Runs on pushes targeting the default branch
6
push:
7
- branches: ["master"]
+ branches: ["main"]
8
pull_request:
9
- branches: [ "master", "develop" ]
+ branches: [ "main" ]
10
11
# Allows you to run this workflow manually from the Actions tab
12
workflow_dispatch:
0 commit comments