Skip to content

Commit bce6b6b

Browse files
committed
ci: fix workflow syntax and support all lab branches
1 parent 0a539a6 commit bce6b6b

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

.github/workflows/python-ci.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,7 @@ on:
55
branches:
66
- main
77
- master
8-
- lab3
9-
- lab03
10-
- lab4
11-
- lab04
12-
- lab5
13-
- lab05
14-
- lab6
15-
- lab06
16-
- lab7
17-
- lab07
18-
- lab8
19-
- lab08
8+
- "lab*"
209
paths:
2110
- "app_python/**"
2211
- "monitoring/**"
@@ -66,7 +55,6 @@ jobs:
6655
docker-build-push:
6756
needs: test-lint
6857
runs-on: ubuntu-latest
69-
if: github.event_name == 'push'
7058
steps:
7159
- uses: actions/checkout@v4
7260

0 commit comments

Comments
 (0)