Skip to content

Commit 3530138

Browse files
authored
chore: Fixed Branchnames
1 parent 97b006c commit 3530138

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
@@ -5,10 +5,10 @@ on:
55
# main branch
66
push:
77
branches:
8-
- main
8+
- master
99
pull_request:
1010
branches:
11-
- main
11+
- master
1212
workflow_dispatch:
1313

1414
jobs:

0 commit comments

Comments
 (0)