Skip to content

Commit

Permalink
add release & build update
Browse files Browse the repository at this point in the history
  • Loading branch information
kulukami committed May 9, 2022
1 parent e38ad35 commit 6b4c663
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/elkeid_driver_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Elkeid_driver
on:
push:
tags:
- *
- v*
jobs:
build_aliyun_linux2:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion gen_ci_from_dockerfiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def gen_job(vmname):
"on": {
"push": {
"tags": [
"'*'"
"'v*'"
]
},
}
Expand Down

0 comments on commit 6b4c663

Please sign in to comment.