Skip to content

publish v1.16.0.post2 #71

publish v1.16.0.post2

publish v1.16.0.post2 #71

Workflow file for this run

name: pr
on:
push:
branches:
- "pull-request/[0-9]+"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true
jobs:
build_and_test:
secrets: inherit
uses: ./.github/workflows/build_and_test.yaml
with:
build_type: pull-request