-
-
Notifications
You must be signed in to change notification settings - Fork 10
18 lines (16 loc) · 344 Bytes
/
Copy pathci.yml
File metadata and controls
18 lines (16 loc) · 344 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: ci
on:
push:
paths-ignore:
- 'doc/**'
- 'img/**'
- 'readme.md'
pull_request:
jobs:
build:
runs-on: 'windows-latest'
steps:
- name: "Build, Test and Pack common"
uses: xoofx/.github/.github/actions/dotnet-releaser-action@main
with:
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}