Skip to content

πŸ› fix: display a loading indicator while fetching country flags (#233… #129

πŸ› fix: display a loading indicator while fetching country flags (#233…

πŸ› fix: display a loading indicator while fetching country flags (#233… #129

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