Skip to content

Commit 6d47d4f

Browse files
committed
update workflow file to track master branch instead of main
1 parent 71d7243 commit 6d47d4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Build & release
22
on:
33
push:
44
branches:
5-
- 'main'
5+
- 'master'
66
pull_request:
77
branches:
8-
- 'main'
8+
- 'master'
99
workflow_dispatch:
1010

1111
jobs:

0 commit comments

Comments
 (0)