Skip to content

Commit e85a59c

Browse files
committed
fix: use correct branch name
1 parent 6bca20c commit e85a59c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ permissions:
55

66
on:
77
push:
8-
branches: [main]
8+
branches: [master]
99
pull_request:
10-
branches: [main]
10+
branches: [master]
1111
workflow_dispatch:
1212

1313
jobs:

0 commit comments

Comments
 (0)