Skip to content

Commit 9380773

Browse files
fix: 🐛 Correction in Branch name [LINTERS ACTION] (#28)
1 parent d4bb379 commit 9380773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: LINTERS
33
on:
44
pull_request:
55
branches:
6-
- "release/*"
6+
- "main"
77
jobs:
88
linters:
99
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)