Skip to content

Commit

Permalink
Merge pull request #83 from itwzhp/dev
Browse files Browse the repository at this point in the history
Add workflow_dispatch to pipeline
  • Loading branch information
vasiliev123 authored Oct 3, 2024
2 parents e8c820c + 859feb2 commit 218a387
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [dev, main]
pull_request:
branches: [main]
workflow_dispatch:

env:
ENVIRONMENT_NAME: "${{ github.event_name == 'push' && github.ref_name == 'main' && 'prod' || 'dev' }}"
Expand Down

0 comments on commit 218a387

Please sign in to comment.