topic/rust #2
|
@ -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
|
Loading…
Reference in New Issue