Skip to content

Commit

Permalink
Merge pull request #24 from idesigncode/configuration
Browse files Browse the repository at this point in the history
Configuration: workflows & gitignore improvements
  • Loading branch information
idesigncode authored Jul 4, 2023
2 parents caa3971 + 4b95e65 commit d6f5849
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This workflow runs install-test across different versions of node

name: Node.js Install Test
name: Node Tests

on:
push:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will run tests using node and then publish an NPM package when a release is created
# For more information see: https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages

name: NPM Publish
name: Release

on:
release:
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
# Common
.DS_Store
node_modules/
npm-debug.log
*.log
*.local

# IDE
.idea/
Expand Down

0 comments on commit d6f5849

Please sign in to comment.