Skip to content

Commit

Permalink
Merge pull request #83 from vs4vijay/main
Browse files Browse the repository at this point in the history
Modify trigger and Generate release notes
  • Loading branch information
n0xa committed Jan 29, 2024
2 parents 44f61be + 79b1923 commit 386e8be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches:
- main
tags:
- "v*"
- "*"
pull_request:
branches:
- main
Expand Down Expand Up @@ -196,6 +196,7 @@ jobs:
with:
name: NEMO Release ${{ steps.nemo_version.outputs.version }}
tag_name: ${{ steps.nemo_version.outputs.version }}
generate_release_notes: true
files: |
M5Nemo-*.bin
Expand Down

0 comments on commit 386e8be

Please sign in to comment.