Skip to content

Commit

Permalink
chore: attempt to build on only tag push (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdicarlo authored Oct 4, 2023
1 parent 58dd22b commit ebf7b7f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Build/Release
on:
push:
branches:
- main
tags:
- '*'
jobs:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Michael DiCarlo",
"description": "PostyBirb is a desktop application used for posting to multiple websites from one simple form.",
"name": "postybirb",
"version": "4.0.0",
"version": "4.0.1",
"main": "dist/apps/postybirb/main.js",
"scripts": {
"nx": "nx",
Expand Down

0 comments on commit ebf7b7f

Please sign in to comment.