Skip to content

Commit fc2bf95

Browse files
committed
chore: fix branch name
1 parent 953420e commit fc2bf95

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ name: Main
22

33
on:
44
pull_request:
5+
workflow_dispatch:
56
push:
67
branches:
78
# Only build on pushes to the main branch, otherwise branches pushed for PR
89
# are built twice
9-
- main
10+
- master
1011
tags:
1112

1213
jobs:

0 commit comments

Comments
 (0)