Skip to content

Revert other changes from npm testing #50

Revert other changes from npm testing

Revert other changes from npm testing #50

Workflow file for this run

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