Skip to content

live db and deploy workflow updates #210

live db and deploy workflow updates

live db and deploy workflow updates #210

Workflow file for this run

name: 🏗️🧪🍂 Build & Test branches
# https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions
on:
push:
branches:
- '*'
- '!deploy/**' # Excludes deploy/* branches
pull_request:
branches:
- '*'
permissions:
contents: write
checks: write
jobs:
build-test-django:
uses: ./.github/workflows/part_build_test.yaml
build-test-scorecard:
uses: ./.github/workflows/part_node_test.yaml
secrets: inherit
with:
project: scorecard
report: false
build-test-liveticker:
uses: ./.github/workflows/part_node_test.yaml
secrets: inherit
with:
project: liveticker
report: false
build-passcheck:
uses: ./.github/workflows/part_node_build.yaml
secrets: inherit
with:
project: passcheck