Skip to content

Commit

Permalink
chore(build): github build
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansant committed Feb 2, 2024
1 parent 91cbf5e commit 5ec6ed8
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 48 deletions.
48 changes: 0 additions & 48 deletions .circleci/config.yml

This file was deleted.

27 changes: 27 additions & 0 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: CI

on:
push:
branches:
- master
- '*.x'
- feature/*
paths-ignore:
- '**.md'

pull_request:
branches:
- master
- '*.x'
paths-ignore:
- '**.md'

jobs:
package:
name: Package
uses: jonathansant/.github/.github/workflows/dotnet-ci.yml@main
with:
dotnet-version: 7.0.x
publishable: ${{ contains(fromJSON('["develop", "master", "workflow", "feature/workflow"]'), github.ref_name) || endsWith(github.ref_name, '.x') }}
secrets:
nuget-auth-token: ${{ secrets.NUGET_KEY }}

0 comments on commit 5ec6ed8

Please sign in to comment.