Skip to content

fix calling reusable workflow #3

fix calling reusable workflow

fix calling reusable workflow #3

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: Build Psibase
id: build_psibase
uses: ${{ github.repository }}/.github/workflows/ubuntu-builder.yml
#secrets:
#token: ${{ secrets.GITHUB_TOKEN }}