Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
natemcmaster authored Jun 28, 2023
1 parent d1fe802 commit cd6542b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches-ignore:
- dependabot/*
pull_request:
workflow_dispatch:

jobs:
build:
Expand Down Expand Up @@ -39,7 +40,7 @@ jobs:
name: unittests-${{ matrix.os }}
fail_ci_if_error: true
release:
if: github.ref == 'refs/heads/main' && !contains(github.event.head_commit.message, 'skip release')
if: github.ref == 'refs/heads/main' && !contains(github.event.head_commit.message, 'skip release') && github.actor != 'dependabot[bot]'
needs: build
runs-on: windows-latest
env:
Expand Down

0 comments on commit cd6542b

Please sign in to comment.