Skip to content

ci(SPV-913): use on-push and release reusable workflows #2

ci(SPV-913): use on-push and release reusable workflows

ci(SPV-913): use on-push and release reusable workflows #2

Workflow file for this run

name: "On push changes"
on:
push:
branches-ignore:
- main
- master
permissions:
contents: write
pull-requests: read
jobs:
on-push:
uses: bactions/workflows/.github/workflows/on-push-go.yml@main
secrets:
DEPLOY_KEY: ${{ secrets.DEPLOYMENT_KEY }}
SLACK_WEBHOOK_URL: ${{ secrets.ON_PUSH_SLACK_WEBHOOK_URL }}