Skip to content

Commit

Permalink
Release new versions of Sieve via CI (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
ITDancer13 authored Aug 31, 2021
1 parent 1a9371a commit 6025c7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ name: ci_publish
on:
push:
branches:
- master
- 'releases/*'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
InvokedTargets = new[] {nameof(Ci)},
CacheKeyFiles = new string[0])]
[GitHubActions("ci_publish", GitHubActionsImage.UbuntuLatest,
OnPushBranches = new[] {"releases/*"},
OnPushBranches = new[] {"master", "releases/*"},
AutoGenerate = true,
InvokedTargets = new[] {nameof(CiPublish)},
CacheKeyFiles = new string[0],
Expand Down

0 comments on commit 6025c7f

Please sign in to comment.