Skip to content

Commit 134a592

Browse files
authored
Update documentation.yml to follow branch 'main'
1 parent 2b32a35 commit 134a592

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 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:

0 commit comments

Comments
 (0)