Skip to content

Commit

Permalink
Clean up workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinhsmith committed Dec 30, 2024
1 parent 9263524 commit 436ea74
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-gh.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Deploy to GitHub 🚀

on:
push:
branches:
- "release/**"
release:
types: [created]

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release-npm.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Deploy to NPM 🚀

on:
push:
branches:
- "release/**"
release:
types: [created]

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Build/Test Package 🔧

on: [push]
on:
push:
tags-ignore: "*"

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gavinhsmith/shutdown",
"version": "1.0.5",
"version": "1.0.6",
"description": "A simple shutdown handler for Node.",
"type": "module",
"main": "./dist/index.js",
Expand Down

0 comments on commit 436ea74

Please sign in to comment.