Skip to content

Commit

Permalink
Merge pull request #149 from bitovi/TR-49-Add-dist-to-gitignore
Browse files Browse the repository at this point in the history
update workflow run
  • Loading branch information
DavidNic11 authored Sep 26, 2024
2 parents a17fb5d + e0ea5ac commit e41a06b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
name: Deploy Staging

on:
push:
branches: [staging]
workflow_run:
workflows: ["Feature Build"]
types:
- completed
branches:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
EC2-Deploy:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
environment:
name: staging
Expand Down

0 comments on commit e41a06b

Please sign in to comment.