We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a539a6 commit bce6b6bCopy full SHA for bce6b6b
1 file changed
.github/workflows/python-ci.yml
@@ -5,18 +5,7 @@ on:
5
branches:
6
- main
7
- 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
+ - "lab*"
20
paths:
21
- "app_python/**"
22
- "monitoring/**"
@@ -66,7 +55,6 @@ jobs:
66
55
docker-build-push:
67
56
needs: test-lint
68
57
runs-on: ubuntu-latest
69
- if: github.event_name == 'push'
70
58
steps:
71
59
- uses: actions/checkout@v4
72
60
0 commit comments