Skip to content

chore: update github actions pipelines #283

chore: update github actions pipelines

chore: update github actions pipelines #283

Workflow file for this run

name: release
on:
push:
branches:
- master
tags:
- '[0-9]+.[0-9]+.[0-9]+'
pull_request:
jobs:
package:
if: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') }}
uses: hamlet-io/.github/.github/workflows/[email protected]
secrets: inherit