We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d274eb6 commit 0b21947Copy full SHA for 0b21947
1 file changed
.github/workflows/docker-image.yml
@@ -3,10 +3,22 @@ name: Docker Image CI
3
on:
4
push:
5
branches: [ "master" ]
6
+ paths:
7
+ - 'Dockerfile'
8
+ - '.github/workflows/docker-image.yml'
9
+ - 'main.py'
10
+ - 'requirements.txt'
11
+ - 'app/**'
12
tags:
13
- 'v*'
14
pull_request:
15
16
17
18
19
20
21
22
23
permissions:
24
contents: read
0 commit comments