Skip to content

Updates the release pipeline to include tarball in release. #5

Updates the release pipeline to include tarball in release.

Updates the release pipeline to include tarball in release. #5

on:
push:
branches: main
tags:
- "v*"
pull_request:
branches: main
workflow_dispatch:
name: Release Package
jobs:
build:
name: RMD Build and check
uses: ./.github/workflows/R-CMD-check.yaml
docs:
name: Build and Deploy Docs
uses: ./.github/workflows/pkgdown.yaml
release:
name: Release
if: github.event_name != 'pull_request'
uses: ./.github/workflows/release.yaml