Skip to content

Merge pull request #26 from rezk2ll/cleanup #7

Merge pull request #26 from rezk2ll/cleanup

Merge pull request #26 from rezk2ll/cleanup #7

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