Super admin base urls #2207
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Zuri main dev Deployment | |
on: | |
# push: | |
# branches: | |
# - dev | |
pull_request: | |
branches: [dev] | |
# schedule: | |
# cron job that runs every 2 minutes | |
# - cron: '* * * ' | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: build app | |
run: | | |
yarn install | |
yarn build |