Skip to content

Chore(deps): Bump github.com/jackc/pgtype from 1.14.1 to 1.14.2 #78

Chore(deps): Bump github.com/jackc/pgtype from 1.14.1 to 1.14.2

Chore(deps): Bump github.com/jackc/pgtype from 1.14.1 to 1.14.2 #78

Workflow file for this run

# Stage builds through GitHub Actions (GHA).
name: Builds
on:
pull_request: ~
push:
branches: [ main ]
# Allow job to be triggered manually.
workflow_dispatch:
# Run builds each night.
schedule:
- cron: '0 5 * * *'
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Acquire sources
uses: actions/checkout@v4
- name: Run build job
run: ./devtools/release.sh