Skip to content

Commit

Permalink
Create deploy-staging.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nipun899 authored Jul 11, 2024
1 parent cec851a commit 27db0bf
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Stage the app

on:
pull_request:
types: [labeled]

jobs:
build:
runs-on: ubuntu-latest

if: contains(github.event.pull_request.labels.*.name, 'stage')

0 comments on commit 27db0bf

Please sign in to comment.