Skip to content

Commit

Permalink
Remove on-push-paths from a ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
SKProCH committed Aug 13, 2023
1 parent b2fac77 commit d07dc04
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ on:
push:
branches:
- master
paths:
- '![no nightly]'

jobs:
ubuntu-latest:
Expand Down
3 changes: 1 addition & 2 deletions build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
[GitHubActions("main", GitHubActionsImage.UbuntuLatest, AutoGenerate = true,
OnPushBranches = new[] { "master" },
InvokedTargets = new[] { nameof(PublishNugetPackages) },
ImportSecrets = new[] { nameof(NuGetApiKey) },
OnPushExcludePaths = new[] { "[no nightly]" })]
ImportSecrets = new[] { nameof(NuGetApiKey) })]
partial class Build : NukeBuild {
[Solution] readonly Solution Solution = null!;
BuildParameters Parameters { get; set; } = null!;
Expand Down

0 comments on commit d07dc04

Please sign in to comment.