Skip to content

fix:#6 use filtering instead of sorting country list (#35) #15

fix:#6 use filtering instead of sorting country list (#35)

fix:#6 use filtering instead of sorting country list (#35) #15

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