Skip to content

Commit 50b639b

Browse files
authoredSep 23, 2022
Update workflows to target main branch
1 parent b46bf0f commit 50b639b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build & Test
33
on:
44
pull_request:
55
branches:
6-
- master
6+
- main
77
paths-ignore:
88
- 'docs/**' # Don't run workflow when files are only in the /docs directory
99

‎.github/workflows/packages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build, Test & Package
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
paths-ignore:
88
- 'docs/**' # Don't run workflow when files are only in the /docs directory
99

0 commit comments

Comments
 (0)