v0.0.13 - fixed triggers perhaps...

This commit is contained in:
2023-05-05 08:32:17 -04:00
parent 8ee5d627aa
commit 36110b542d
2 changed files with 3 additions and 2 deletions

View File

@@ -63,7 +63,6 @@ trigger:
event: event:
- pull_request - pull_request
- push - push
- tag
--- ---
kind: pipeline kind: pipeline
@@ -162,6 +161,7 @@ trigger:
branch: branch:
- main - main
event: event:
- push
- tag - tag
--- ---
@@ -223,4 +223,5 @@ trigger:
branch: branch:
- main - main
event: event:
- push
- tag - tag

View File

@@ -1,6 +1,6 @@
{ {
"name": "@mifi/auth", "name": "@mifi/auth",
"version": "0.0.12", "version": "0.0.13",
"author": "mifi (Mike Fitzpatrick)", "author": "mifi (Mike Fitzpatrick)",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {