Skip to content

fix: refactor deploy.yaml to include branch restriction for push event #3

fix: refactor deploy.yaml to include branch restriction for push event

fix: refactor deploy.yaml to include branch restriction for push event #3

Workflow file for this run

name: Deploy on Raspberry Pi
on:
push:
branches:
- main
workflow_dispatch:
jobs:
deploy-streamlit:
name: "🚀 Report Generate"
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: 3.12