We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d46c556 commit 5c74207Copy full SHA for 5c74207
.github/workflows/build.yml
@@ -1,6 +1,6 @@
1
name: Build/release
2
3
-on: [create]
+on: [push, pull_request]
4
5
jobs:
6
release:
@@ -28,4 +28,4 @@ jobs:
28
29
# If the commit is tagged with a version (e.g. "v1.0.0"),
30
# release the app after building
31
- release: ${{ startsWith(github.ref, 'refs/tags/v') }}
+ release: ${{ startsWith(github.ref, 'refs/releases/') }}
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",
7
"repository": {
0 commit comments