Skip to content

Merge pull request #27 from rezk2ll/fix-gh-workflow #6

Merge pull request #27 from rezk2ll/fix-gh-workflow

Merge pull request #27 from rezk2ll/fix-gh-workflow #6

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