Skip to content

Commit

Permalink
Enabled build workflow for all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuclearistt committed Jan 21, 2024
1 parent 9bd4ddd commit 5ec2f61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Build and upload snapshot package

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
on: [push, pull_request]

jobs:
build-package:
Expand Down
2 changes: 1 addition & 1 deletion TEKSteamClient.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<BaseVersion>1.1.0</BaseVersion>
<BaseVersion>1.1.1</BaseVersion>
<Version>$(BaseVersion)</Version>
<Version Condition="'$(GITHUB_RUN_NUMBER)' != ''">$(BaseVersion)-alpha.$(GITHUB_RUN_NUMBER)</Version>
<Authors>Nuclearist</Authors>
Expand Down

0 comments on commit 5ec2f61

Please sign in to comment.