Skip to content

More branch name updates #20

More branch name updates

More branch name updates #20

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 }}