Skip to content

Commit ea9885a

Browse files
authored
Update documentation.yml for branch main
1 parent e82b55b commit ea9885a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/documentation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ name: Deploy static content to Pages
44
on:
55
# Runs on pushes targeting the default branch
66
push:
7-
branches: ["master"]
7+
branches: ["main"]
88
pull_request:
9-
branches: [ "master", "develop" ]
9+
branches: [ "main" ]
1010

1111
# Allows you to run this workflow manually from the Actions tab
1212
workflow_dispatch:
@@ -64,4 +64,4 @@ jobs:
6464
steps:
6565
- name: Deploy to GitHub Pages
6666
id: deployment
67-
uses: actions/deploy-pages@v1
67+
uses: actions/deploy-pages@v1

0 commit comments

Comments
 (0)