Skip to content

Add MariaDB for Node.js (#90) #1

Add MariaDB for Node.js (#90)

Add MariaDB for Node.js (#90) #1

Workflow file for this run

name: "Deploy"
on:
push:
branches: [main]
paths-ignore:
- 'README.md'
- '.github/CODEOWNERS'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Deploy
run: |
curl -X POST -d {} ${{ secrets.WEBHOOK_URL }}