Skip to content

Commit

Permalink
RobotDeployAction
Browse files Browse the repository at this point in the history
  • Loading branch information
beckf authored Feb 21, 2024
1 parent ba6ecda commit dd4428d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Python Deploy

on: [push]

jobs:
build-linux:
runs-on: self-hosted
strategy:
max-parallel: 5

steps:
- uses: actions/checkout@v3
- name: Run Main
run: |
python main.py

0 comments on commit dd4428d

Please sign in to comment.