Skip to content

Commit

Permalink
update yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chen310 committed Mar 8, 2022
1 parent 3a586c2 commit a18357e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ on:
- "**.py"
- "**.json"
- "**.sh"
- "**.yml"
- ".github/workflows/deploy.yml"
- "!scheduler.py"
- "!ql_update.py"

concurrency:
group: deploy-workflow
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@ jobs:
!./requirements.txt
!./Dockerfile
!./ql_update.py
!./README.md
!./scheduler.py

0 comments on commit a18357e

Please sign in to comment.