Skip to content

Commit

Permalink
build(ci): Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
realth000 committed Dec 20, 2023
1 parent 1164ed9 commit 958e216
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/relase_build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Release build

# git push --atomic --tags
on:
push:
branches: [ "master" ]
tags:
- 'v*'

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Test build

on:
push:
branches: [ "master" ]
tags-ignore:
- 'v*'

Expand Down

0 comments on commit 958e216

Please sign in to comment.