1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +00:00

CI - publish builds on master only

other branches can be published manually
This commit is contained in:
Diogo Trindade 2023-04-14 11:42:04 +01:00
parent 2f270c9c03
commit d704d398cd
3 changed files with 12 additions and 8 deletions

View File

@ -16,7 +16,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: '6.0.x'
dotnet-version: "7.0.x"
- name: Setup DocFX
run: choco install docfx -y
- name: Build Core

View File

@ -3,6 +3,8 @@ name: Master - Build
on:
workflow_dispatch:
push:
branches:
- master
jobs:
version:

View File

@ -3,6 +3,8 @@ name: Publish Nuget packages
on:
workflow_dispatch:
push:
branches:
- master
jobs:
version: