2 Commits

Author SHA1 Message Date
f63ef715b7 change trigger 2026-03-19 23:09:14 -05:00
15014a72cb Update .gitea/workflows/ci.yaml 2026-03-18 06:09:43 +00:00
2 changed files with 7 additions and 2 deletions

View File

@@ -1,4 +1,7 @@
on: [push]
on:
push:
tags:
- '*'
name: Continuous Releases
@@ -12,6 +15,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: apt update && apt install -y ${{ env.APT_PACKAGES }}
- run: rustup target add "${{ env.TARGET_PLATFORM }}"

View File

@@ -1,4 +1,4 @@
on: [push, pull_request]
on: [pull_request]
name: Continuous integration