Skip to content

Commit 2f7cba9

Browse files
Update main-pipeline.yml
1 parent cf6bf9e commit 2f7cba9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main-pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ jobs:
6868
filters: |
6969
app:
7070
- 'app-controllers/**'
71-
- 'app-test.js'
72-
- 'app.js'
71+
- 'app-test.py'
72+
- 'app.py'
7373
- 'index.html'
7474
- 'Dockerfile'
7575
- 'package*.json'
@@ -256,4 +256,4 @@ jobs:
256256
image_tag: ${{ github.sha }}
257257
permissions:
258258
contents: read
259-
id-token: write
259+
id-token: write

0 commit comments

Comments
 (0)