Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
also run build on pr
  • Loading branch information
66Leo66 authored Mar 1, 2024
1 parent bf8a526 commit cb64e2c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Build and Relaese
on:
push:
pull_request:
types: [opened, reopened, edited, synchronize]
workflow_dispatch:
inputs:
fail-fast:
Expand Down Expand Up @@ -125,4 +127,4 @@ jobs:
files: |
solver-multi_x86_64-apple-darwin
solver-multi_aarch64-apple-darwin
if: startsWith( github.ref, 'refs/tags/v' ) || contains(github.event.head_commit.message, 'test release') || ${{ inputs.publish-release }}
if: startsWith( github.ref, 'refs/tags/v' ) || contains(github.event.head_commit.message, 'test release') || ${{ inputs.publish-release }}

0 comments on commit cb64e2c

Please sign in to comment.