Skip to content

Commit

Permalink
CI: invoke Dev workflow once manually triggered
Browse files Browse the repository at this point in the history
  • Loading branch information
ikriatov-bb committed Feb 28, 2024
1 parent 2e90848 commit b41e13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Invoke Dev Workflow
if: github.event_name == 'push' && github.ref == 'refs/heads/develop'
if: github.event_name == 'push' && (github.ref == 'refs/heads/develop' || github.event.inputs.manual_trigger == 'true')
uses: benc-uk/workflow-dispatch@v1
with:
workflow: ${{ vars.GH_BUILD_WORKFLOW }}
Expand Down

0 comments on commit b41e13c

Please sign in to comment.