topic/rust #2

Merged
ian merged 6 commits from topic/rust into main 2023-11-20 13:10:23 +00:00
1 changed files with 6 additions and 5 deletions
Showing only changes of commit a5dd011506 - Show all commits

View File

@ -1,10 +1,11 @@
name: Keep Running name: Releasing
run-name: ${{ gitea.actor }} is running the Keep Running build process 🚀 run-name: ${{ gitea.actor }} is building a release releasing 🚀
on: [push] on:
concurrency: 'true' release:
types: [created]
jobs: jobs:
Build: release:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
fail-fast: false fail-fast: false