Skip to content

Commit

Permalink
update CI/CD workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
geovalexis committed Jun 14, 2024
1 parent 76c79aa commit 6fee618
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main_laia-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
push:
branches:
- main
paths:
- "**.py"
- "data/**"
- "prompts/**"
workflow_dispatch:

env:
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
paths:
- "**.js"
- "**.css"
- "**.html"
- "/data/**"
- "/resources/**"
- "/fonts/**"

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 6fee618

Please sign in to comment.