Skip to content

Commit

Permalink
πŸ”€ Merge pull request #11 from NMSCD/develop
Browse files Browse the repository at this point in the history
πŸ”– 0.0.15
  • Loading branch information
Khaoz-Topsy authored Aug 27, 2024
2 parents 3dbb127 + 9815a4a commit 958e6a1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 934 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/BuildAndDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ name: Build and Deploy

on:
push:
branches: ['main']
branches: ["main"]
workflow_dispatch:

jobs:
build:
Expand All @@ -22,7 +23,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache: "npm"

- name: Setup Secrets
env:
Expand Down
Loading

0 comments on commit 958e6a1

Please sign in to comment.