Skip to content

Merge pull request #132 from abbvie-external/IPAD-449_scroll-feature-… #145

Merge pull request #132 from abbvie-external/IPAD-449_scroll-feature-…

Merge pull request #132 from abbvie-external/IPAD-449_scroll-feature-… #145

Workflow file for this run

name: Deploy main branch
on:
push:
branches:
- main
workflow_dispatch:
jobs:
deploy-main:
if: ${{ github.repository == 'abbvie-external/OmicNavigatorWebApp' && github.event_name != 'pull_request' }}
runs-on: ubuntu-latest
steps:
- name: Deploy main dispatch
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.REPO_ACCESS_TOKEN }}
repository: abbvie-internal/OmicNavigatorCD
event-type: deploy-main
client-payload: '{
"repository": "${{ github.repository }}",
"ref": "${{ github.ref }}",
"sha": "${{ github.sha }}",
"workflow": "${{ github.workflow }}",
"run_id": "${{ github.run_id }}",
"run_number": "${{ github.run_number }}"
}'