Skip to content

Merge pull request #663 from vintasoftware/td/psycopg #689

Merge pull request #663 from vintasoftware/td/psycopg

Merge pull request #663 from vintasoftware/td/psycopg #689

Workflow file for this run

name: main
on:
push:
branches-ignore:
- boilerplate-release
pull_request:
jobs:
build:
name: Build boilerplate code
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: ./.github/workflows/shared-build