Skip to content

Commit 315c3ed

Browse files
committed
Support both main and master for now
1 parent f178025 commit 315c3ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Deploy static content to Pages
44
on:
55
# Runs on pushes targeting the default branch
66
push:
7-
branches: [ 'main' ]
7+
branches: [ 'main', 'master' ]
88

99
# Allows you to run this workflow manually from the Actions tab
1010
workflow_dispatch:

.github/workflows/verify.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Verify PR build
22

33
on:
44
pull_request:
5-
branches: [ 'main' ]
5+
branches: [ 'main', 'master' ]
66

77
concurrency:
88
group: '${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}'

0 commit comments

Comments
 (0)