Skip to content

feat:#6 add page header component #13

feat:#6 add page header component

feat:#6 add page header component #13

Workflow file for this run

on:
push:
branches:
- main
jobs:
test:
name: Build And Test
uses: ./.github/workflows/registration-build.yml
secrets: inherit
publish:
needs: [test]
name: Publish Registration Page
uses: ./.github/workflows/registration-publish.yml
secrets: inherit