mirror of
https://github.com/Biarity/Sieve.git
synced 2024-11-23 05:52:45 +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/*'
|
- 'releases/*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ubuntu-latest:
|
ubuntu-20_04:
|
||||||
name: ubuntu-20.04
|
name: ubuntu-20_04
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
- name: Run './build.cmd Ci'
|
- name: Run './build.cmd Ci'
|
||||||
run: ./build.cmd Ci
|
run: ./build.cmd Ci
|
||||||
|
@ -18,7 +18,8 @@ using static Nuke.Common.Tools.DotNet.DotNetTasks;
|
|||||||
OnPullRequestBranches = new[] {"master", "releases/*"},
|
OnPullRequestBranches = new[] {"master", "releases/*"},
|
||||||
AutoGenerate = true,
|
AutoGenerate = true,
|
||||||
InvokedTargets = new[] {nameof(Ci)},
|
InvokedTargets = new[] {nameof(Ci)},
|
||||||
CacheKeyFiles = new string[0]
|
CacheKeyFiles = new string[0],
|
||||||
|
FetchDepth = 0
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
[GitHubActions("ci_publish", GitHubActionsImage.UbuntuLatest,
|
[GitHubActions("ci_publish", GitHubActionsImage.UbuntuLatest,
|
||||||
|
Loading…
Reference in New Issue
Block a user