Skip to content

Merge pull request #42 from xoofx/elf-refactoring #232

Merge pull request #42 from xoofx/elf-refactoring

Merge pull request #42 from xoofx/elf-refactoring #232

Workflow file for this run

name: ci
on:
push:
paths-ignore:
- 'doc/**'
- 'changelog.md'
- 'readme.md'
pull_request:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: "Build, Test, Pack and Publish"
uses: xoofx/.github/.github/actions/dotnet-releaser-action@main
with:
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}