Skip to content

build: 🔨 add targets pipeline to rebuild data files #157

build: 🔨 add targets pipeline to rebuild data files

build: 🔨 add targets pipeline to rebuild data files #157

Workflow file for this run

name: Test, build, and deploy
on:
push:
branches:
- main
pull_request:
branches:
- main
release:
types:
- published
jobs:
check:
uses: ./.github/workflows/R-CMD-check.yaml
coverage:
uses: ./.github/workflows/test-coverage.yaml
needs: check
deploy:
permissions:
contents: write
uses: ./.github/workflows/pkgdown.yaml
needs: coverage