Skip to content

Commit

Permalink
Drafted the 'on' trigger for the action
Browse files Browse the repository at this point in the history
  • Loading branch information
benji-glitsos-ga committed Mar 12, 2024
1 parent 63c1549 commit 0a1fad6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/deploy-demo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Deploy to Demo

on:
pull_request:
branches:
- main
types:
- opened
- reopened

# jobs:
# build:
# runs-on: ubuntu-latest
#
# steps:

# DEPLOY_NAME = "Pull Request"
# BUILD_MODE = "demo"

0 comments on commit 0a1fad6

Please sign in to comment.