Skip to content

Commit

Permalink
Change workflow_call to workflow_dispatch (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasiliev123 authored Oct 3, 2024
1 parent c3e41d2 commit 859feb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [dev, main]
pull_request:
branches: [main]
workflow_call:
workflow_dispatch:

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

0 comments on commit 859feb2

Please sign in to comment.