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

Updating README to include sunsetting note (#312) #203

Updating README to include sunsetting note (#312)

Updating README to include sunsetting note (#312) #203

Workflow file for this run

name: Main Branch Checks
on:
push:
branches:
- develop
- master
paths-ignore: # dont run when changes made to these folders
- '.vscode/**'
jobs:
checks:
name: Core Checks - Workflow Call
uses: ./.github/workflows/core-ci-checks.yml
secrets: inherit