Skip to content

Prepare layer MRN High Zoom #16

Prepare layer MRN High Zoom

Prepare layer MRN High Zoom #16

Workflow file for this run

name: master_push
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
ref: master
- name: Send Payload
run: |
curl -H "Content-Type: application/json" -X POST -d @$GITHUB_EVENT_PATH ${{ secrets.PROD_WEBHOOK_URL }}