Skip to content

Commit 4796955

Browse files
malfetpytorchmergebot
authored andcommitted
Update lint.yml
Make lint workflow triggerable on release branches, on main and by workflow dispatch Pull Request resolved: pytorch#76677 Approved by: https://github.com/suo
1 parent be424ef commit 4796955

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/lint.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
name: Lint
22

33
on:
4+
pull_request:
45
push:
56
branches:
67
- master
7-
pull_request:
8+
- main
9+
- release/*
10+
workflow_dispatch:
811

912
jobs:
1013
lintrunner:

0 commit comments

Comments
 (0)