Skip to content

Commit a3731a6

Browse files
committed
Apply github lint actions both for 'edge' and ist 'main' alias branch.
1 parent 2db5a4c commit a3731a6

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: [ "edge" ]
8+
branches:
9+
- edge
10+
- main
911
pull_request:
10-
branches: [ "edge" ]
12+
branches:
13+
- edge
14+
- main
1115

1216
permissions:
1317
contents: read

0 commit comments

Comments
 (0)