Skip to content

Commit

Permalink
build only on tags and dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
avouacr committed May 8, 2024
1 parent f5ed8ab commit 4d12770
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
with:
images: inseefrlab/llm-open-data-insee
tags: |
# set latest tag for main branch
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
# propagate valid semver tags
type=semver,pattern={{raw}}
Expand Down
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,6 @@ cython_debug/
#.idea/

# Temporary Databe - from parquet file
data/data_complete.csv
data/chroma_db
logs/
**/data_complete.csv
**/chroma_db
**/logs/

0 comments on commit 4d12770

Please sign in to comment.