Skip to content

Add ARM support. Migrate to Github Actions #10

Add ARM support. Migrate to Github Actions

Add ARM support. Migrate to Github Actions #10

Workflow file for this run

---
name: ci
on:
pull_request:
push:
branches:
- main
jobs:
test:
uses: ./.github/workflows/.test.yml
push-docker:
uses: ./.github/workflows/.docker-push.yml
with:
is_pr: "${{ github.ref != 'refs/heads/main' }}"
secrets: inherit
needs: [test]