Skip to content

Commit

Permalink
Test build on pull request, publish release automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvNC committed Jul 11, 2024
1 parent 0e3cd67 commit f818a51
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Build and Release

on: push
on:
push:
pull_request:

jobs:
build-publish:
Expand Down Expand Up @@ -50,6 +52,5 @@ jobs:
files: |
yomitan-import-linux.zip
yomitan-import-windows.zip
draft: true
generate_release_notes: true
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f818a51

Please sign in to comment.