Skip to content

Commit 9052c69

Browse files
committed
Enable deploy to production from non main branch
1 parent 6e29cb5 commit 9052c69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/manually-trigger-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ permissions:
2323
jobs:
2424
trigger-production-deploy:
2525
runs-on: ubuntu-latest
26-
if: ${{ github.ref_name == 'main' && inputs.version != '' && inputs.environment == 'production' }}
26+
if: ${{ inputs.environment == 'production' }}
2727
steps:
2828
- name: Trigger production deploy
2929
uses: neti-filplus-infra/filplus-deploy-action@main

0 commit comments

Comments
 (0)