Feature/tailwind config (#25) #22
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: Dev frontend workflow | |
on: | |
push: | |
branches: | |
- 'dev/frontend@**' | |
workflow_dispatch: | |
jobs: | |
trigger-frontend-ci: | |
uses: ./.github/workflows/frontend-ci.yml | |
# cd part use watchtower to update the container will be changed to a more clever way once we scale up our services |