Skip to content

Update build workflow #2

Update build workflow

Update build workflow #2

Workflow file for this run

name: CI
on:
push:
# branches: [ master ]
pull_request:
# branches: [ master ]
jobs:
ci:
name: "CI"
uses: ./.github/workflows/build.yml
with:
git-ref: ${{ github.ref }}