Skip to content

Revert branch name changes #23

Revert branch name changes

Revert branch name changes #23

Workflow file for this run

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