Skip to content

Commit

Permalink
Merge branch 'release/release/0.15.20'
Browse files Browse the repository at this point in the history
  • Loading branch information
holtwick committed Dec 4, 2023
2 parents fd4a9b1 + e4c2e2a commit 338c5ab
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,17 @@ permissions:

on:
push:
branches:
- main
- master
release:
types: [created]
# workflow_dispatch:
tags:
- 'release/*'

# on:
# push:
# branches:
# - main
# - master
# release:
# types: [created]
# # workflow_dispatch:

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zeed",
"type": "module",
"version": "0.15.19",
"version": "0.15.20",
"description": "🌱 Simple foundation library",
"author": {
"name": "Dirk Holtwick",
Expand Down

0 comments on commit 338c5ab

Please sign in to comment.