Skip to content

Commit

Permalink
Update npm-publish-github-packages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bobimicroweber committed May 23, 2024
1 parent a61357a commit 351efb8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
# For more information see: https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages

name: Test & Build Application
name: Test & Build Application

on:
push:
branches:
- main

jobs:
build:
Expand Down

0 comments on commit 351efb8

Please sign in to comment.