✨ Add request login for python sdk #330
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
env: | |
BUILD_CONTEXT: server | |
name: Check backend | |
on: | |
workflow_dispatch: | |
pull_request: | |
push: | |
branches: | |
- main | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Build and push | |
uses: docker/build-push-action@v5 | |
with: | |
context: ${{ env.BUILD_CONTEXT }} | |
push: false |