Skip to content

Commit

Permalink
Auto-release updates to nuget.org
Browse files Browse the repository at this point in the history
  • Loading branch information
natemcmaster committed Jan 31, 2021
1 parent a4b7131 commit 964392c
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,6 @@ on:
branches-ignore:
- dependabot/*
pull_request:
workflow_dispatch:
inputs:
release:
description: Create a release
required: true
default: "false"
branches:
- main
- release/*

jobs:
build:
Expand Down Expand Up @@ -56,7 +47,7 @@ jobs:
name: unittests-${{ matrix.os }}
fail_ci_if_error: true
release:
if: "github.event.inputs.release"
if: github.ref == 'refs/heads/main'
needs: build
runs-on: windows-latest
env:
Expand Down

0 comments on commit 964392c

Please sign in to comment.