mirror of
https://github.com/Biarity/Sieve.git
synced 2024-11-22 21:42:38 +01:00
acaba?
This commit is contained in:
parent
01ba3914ae
commit
a6dbcedf94
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -23,10 +23,12 @@ on:
|
||||
- 'releases/*'
|
||||
|
||||
jobs:
|
||||
ubuntu-latest:
|
||||
name: ubuntu-20.04
|
||||
ubuntu-20_04:
|
||||
name: ubuntu-20_04
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Run './build.cmd Ci'
|
||||
run: ./build.cmd Ci
|
||||
|
@ -18,7 +18,8 @@ using static Nuke.Common.Tools.DotNet.DotNetTasks;
|
||||
OnPullRequestBranches = new[] {"master", "releases/*"},
|
||||
AutoGenerate = true,
|
||||
InvokedTargets = new[] {nameof(Ci)},
|
||||
CacheKeyFiles = new string[0]
|
||||
CacheKeyFiles = new string[0],
|
||||
FetchDepth = 0
|
||||
)
|
||||
]
|
||||
[GitHubActions("ci_publish", GitHubActionsImage.UbuntuLatest,
|
||||
|
Loading…
Reference in New Issue
Block a user