Skip to content

Update pipeline for publishing ts version with a tag #1

Update pipeline for publishing ts version with a tag

Update pipeline for publishing ts version with a tag #1

Workflow file for this run

name: github-actions
on:
push:
branches:
- "*"
tags-ignore:
- "v*.*.*"
jobs:
test-fpml-ts:
uses: ./.github/workflows/test-ts.yml
test-fpml-py:
uses: ./.github/workflows/test-python.yml