Skip to content

Commit b6d2a35

Browse files
committed
Apply github lint actions both for 'experimental' and its 'next' alias branch.
1 parent b628f6d commit b6d2a35

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/python-sanity-check.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@ name: Python application
55

66
on:
77
push:
8-
branches: [ "experimental" ]
8+
branches:
9+
- experimental
10+
- next
911
pull_request:
10-
branches: [ "experimental" ]
12+
branches:
13+
- experimental
14+
- next
1115

1216
permissions:
1317
contents: read

0 commit comments

Comments
 (0)