Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Nov 11, 2023
1 parent d204376 commit 50499df
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Build and Release
on:
push:
branches:
- '*'
# main
- main
pull_request:

jobs:
build:
Expand Down Expand Up @@ -49,5 +49,6 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: bin/Linux/MDX_PerfConv
tag_name: continuous
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 50499df

Please sign in to comment.