Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cf2ae008ef |
@@ -2,14 +2,13 @@ name: Build and Release Project
|
|||||||
run-name: Building and Releasing Main Branch 🚀
|
run-name: Building and Releasing Main Branch 🚀
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches-ignore:
|
|
||||||
- 'prerelease'
|
|
||||||
tags:
|
tags:
|
||||||
- '**'
|
- '**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: false
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
dotnet: [ '8.0.405' ]
|
dotnet: [ '8.0.405' ]
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
name: Build and Release Prerelease ${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}
|
name: Build and Release Prerelease ${GITEA_HEAD_REF:-${GITEA_REF#refs/heads/}}
|
||||||
run-name: Building and Releasing Prerelease Branch ${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}} 🚀
|
run-name: Building and Releasing Prerelease Branch ${GITEA_HEAD_REF:-${GITEA_REF#refs/heads/}} 🚀
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
|
|||||||
Reference in New Issue
Block a user