Skip to content

CI/CD - Auto build, and auto-generate release notes #2

CI/CD - Auto build, and auto-generate release notes

CI/CD - Auto build, and auto-generate release notes #2

Workflow file for this run

name: Build Psibase
on:
workflow_dispatch:
push:
branches:
- main
- "release/*"
pull_request:
types: [assigned, opened, synchronize, reopened, labeled]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Build Psibase
id: build_psibase
uses: ./.github/workflows/ubuntu-builder.yml
#secrets:
#token: ${{ secrets.GITHUB_TOKEN }}