Skip to content

Commit

Permalink
build: deploy test
Browse files Browse the repository at this point in the history
  • Loading branch information
dyaskur committed May 22, 2023
1 parent 99f2cf8 commit 79f92c8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs

name: Nganu
name: "Node.js CI"

on:
push:
Expand All @@ -14,6 +14,9 @@ jobs:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [18.x, 19.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: "Deploy"

on:
workflow_run:
workflows: [Nganu]
types: [completed]
branches: ["dev"]
workflows: [ "Node.js CI" ]
types: [ completed ]
branches: [ "master" ]
jobs:
deploy:
name: "Deploy Releasez"
Expand Down

0 comments on commit 79f92c8

Please sign in to comment.