You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/lint.yml
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,11 @@ on:
5
5
# but only for the main branch
6
6
push:
7
7
branches:
8
-
- 'releases/**'
9
8
- 'main'
10
9
# Replace pull_request with pull_request_target if you
11
10
# plan to use this action with forks, see the Limitations section
12
11
pull_request:
13
12
branches:
14
-
- 'releases/**'
15
13
- 'main'
16
14
17
15
# Down scope as necessary via https://docs.github.com/en/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token
0 commit comments