Skip to content

Merge branch 'main' of github.com:axonops/async-python-cassandra-client #57

Merge branch 'main' of github.com:axonops/async-python-cassandra-client

Merge branch 'main' of github.com:axonops/async-python-cassandra-client #57

Workflow file for this run

name: Main Branch CI
on:
push:
branches: [ main ]
paths-ignore:
- '**.md'
- 'docs/**'
- '.gitignore'
- 'LICENSE'
workflow_dispatch:
jobs:
ci:
uses: ./.github/workflows/ci-base.yml
with:
run-integration-tests: true
run-full-suite: false