Skip to content

Feature paraview (#1081) #4

Feature paraview (#1081)

Feature paraview (#1081) #4

Workflow file for this run

name: Trigger repository dispatch event
on:
push:
branches:
- master
- dev
jobs:
dispatch:
name: Repository Dispatch
runs-on: ubuntu-latest
if: github.repository_owner == 'WEC-Sim'
steps:
- uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.REPO_ACCESS_TOKEN }}
repository: WEC-Sim/WEC-Sim_Applications
event-type: wecsim-${{ github.ref_name }}
client-payload: '{"sha": "${{ github.sha }}"}'