Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Merge pull request #12 from monerium/release-please--branches--main #2

Merge pull request #12 from monerium/release-please--branches--main

Merge pull request #12 from monerium/release-please--branches--main #2

Workflow file for this run

name: Build
on:
push:
branches:
- main
# branches-ignore:
# - main
# - release-please*
jobs:
build-test:
name: "Build & test"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# these if statements ensure that a publication only occurs when
# a new release is created:
- run: yarn install --immutable --immutable-cache
# for security reasons, use --check-cache if accepting PRs from third-parties.
- run: yarn nx prepublish