Skip to content

🌐 feat: updated privacy policy and terms of use links (#204) (#205) #116

🌐 feat: updated privacy policy and terms of use links (#204) (#205)

🌐 feat: updated privacy policy and terms of use links (#204) (#205) #116

Workflow file for this run

on:
push:
branches:
- main
paths:
- 'registration/**'
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