Compare commits

..

No commits in common. "6524ee688ad07c898435bc794aba717cff4f1f63" and "d08994c0cbed589b53e4a343360edae619806869" have entirely different histories.

1 changed files with 6 additions and 7 deletions

View File

@ -7,6 +7,9 @@ steps:
pull: always
commands:
- cargo test --all --all-features
when:
event:
- push
- name: auto-release
image: xena/gitea-release
@ -22,10 +25,6 @@ steps:
- push
branch:
- main
trigger:
event:
- push
- pull_request
---
@ -40,6 +39,6 @@ steps:
environment:
CARGO_TOKEN:
from_secret: CARGO_TOKEN
trigger:
event:
- tag
when:
event:
- tag