origin finl
origin finl
on:
push:
branches:
- main # Trigger deployment on push to the main branch
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
# Install dependencies
echo "Installing dependencies..."
yarn install
fi