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
run-name: ${{ gitea.actor }} is running the Keep Running build process 🚀
on: [push]
concurrency: 'true'
name: Releasing
run-name: ${{ gitea.actor }} is building a release releasing 🚀
on:
release:
types: [created]
jobs:
Build:
release:
runs-on: ubuntu-latest
strategy:
fail-fast: false