Skip to content

PCBase base class for python type preconditioners (#25) #10

PCBase base class for python type preconditioners (#25)

PCBase base class for python type preconditioners (#25) #10

Workflow file for this run

name: Deploy after push
on:
push:
branches:
- main
jobs:
test:
uses: ./.github/workflows/core.yml
with:
source_ref: ${{ github.ref_name }}
target_branch: ${{ github.ref_name }}
deploy_website: true
secrets: inherit