Skip to content

Commit a1bf9ea

Browse files
committed
fix(actions): run on master, not main
1 parent 9223526 commit a1bf9ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lint.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ name: Lint
22

33
on:
44
# Trigger the workflow on push or pull request,
5-
# but only for the main branch
5+
# but only for the master branch
66
push:
77
branches:
8-
- main
8+
- master
99
pull_request:
1010
branches:
11-
- main
11+
- master
1212

1313
jobs:
1414
run-linters:

0 commit comments

Comments
 (0)