Skip to content

Commit

Permalink
Fix deployment (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruuushhh authored Jun 11, 2024
1 parent 973e300 commit a703e94
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/hulk_deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
name: Deploy to Hulk

on:
create:
branches:
- 'ms_business_central_release_*'
push:
branches:
- 'ms_business_central_release_*'
- 'ms_business_central_release_*'
create:
branches:
- 'ms_business_central_release_*'

jobs:
hulk_deploy:
if: (github.event_name != 'create' || (github.event_name == 'create' && github.event.ref_type == 'branch') && github.event.ref == 'ms_business_central_release_*'))
runs-on: ubuntu-latest
environment: Staging
steps:
Expand Down

0 comments on commit a703e94

Please sign in to comment.