Skip to content

Commit

Permalink
test run
Browse files Browse the repository at this point in the history
  • Loading branch information
anishsapkota committed Jan 9, 2025
1 parent 8193438 commit c207c75
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/deploy_with_db.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
name: Build and deploy with Database

on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
inputs:
environment:
description: 'Environment to deploy to'
type: environment
required: true

env:
OUTPUT_PATH_ENGINE_NODE: './build/engine/'
Expand Down

0 comments on commit c207c75

Please sign in to comment.