diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d801a89..06153a3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,6 @@ name: Build/release -on: [create] +on: [push, pull_request] jobs: release: @@ -28,4 +28,4 @@ jobs: # If the commit is tagged with a version (e.g. "v1.0.0"), # release the app after building - release: ${{ startsWith(github.ref, 'refs/tags/v') }} + release: ${{ startsWith(github.ref, 'refs/releases/') }} diff --git a/package.json b/package.json index 37b5df0..7c2b384 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Imagine", "private": true, - "version": "0.6.1", + "version": "0.7.0", "description": "PNG/JPEG optimization app", "homepage": "https://github.com/meowtec/Imagine", "repository": {