yym68686 commited on
Commit
0535e92
·
1 Parent(s): 39fa252

update github action

Browse files
Files changed (2) hide show
  1. .github/workflows/main.yml +8 -0
  2. .gitignore +2 -1
.github/workflows/main.yml CHANGED
@@ -4,6 +4,14 @@ on:
4
  push:
5
  branches:
6
  - main
 
 
 
 
 
 
 
 
7
 
8
  jobs:
9
  build-and-push:
 
4
  push:
5
  branches:
6
  - main
7
+ paths:
8
+ - Dockerfile
9
+ - requirements.txt
10
+ - main.py
11
+ - models.py
12
+ - request.py
13
+ - response.py
14
+ - docker-compose.yml
15
 
16
  jobs:
17
  build-and-push:
.gitignore CHANGED
@@ -3,4 +3,5 @@ api.yaml
3
  .env
4
  __pycache__
5
  .vscode
6
- node_modules
 
 
3
  .env
4
  __pycache__
5
  .vscode
6
+ node_modules
7
+ .wrangler