Skip to content

Bump pytrade

Bump pytrade #51

Workflow file for this run

name: Run CI make command
on:
push:
branches:
- "*"
- "!main"
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Build
working-directory: .
run: make ci