ci: introduce staging deployment actions

This commit is contained in:
Liyas Thomas
2022-12-07 12:11:06 +05:30
parent e7e8c397ef
commit 0d33758ba4
6 changed files with 51 additions and 120 deletions

View File

@@ -2,9 +2,9 @@ name: Node.js CI
on:
push:
branches: [main]
branches: [main, staging]
pull_request:
branches: [main]
branches: [main, staging]
jobs:
build: