mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
chore(ci): Fix tag filtering
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -8,7 +8,7 @@ on:
|
||||
- 'main'
|
||||
- 'release/*'
|
||||
tags:
|
||||
- 'v[0-9]+\.[0-9]+\.[0-9]+(-.*)?'
|
||||
- 'v[0-9]+.[0-9]+.[0-9]+*'
|
||||
schedule:
|
||||
# Nightly Release @ 3AM after each work day
|
||||
- cron: "0 3 * * 2-6"
|
||||
|
||||
Reference in New Issue
Block a user