Skip to content

Commit

Permalink
Merge pull request #20 from MarvNC/test-commits
Browse files Browse the repository at this point in the history
Test Build on Pull Request, Publish Release Automatically
  • Loading branch information
Kuuuube committed Jul 11, 2024
2 parents 0e3cd67 + f818a51 commit 7125f3f
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 7125f3f

Please sign in to comment.