Skip to content

ci: allow workflow_dispatch on the release workflow #114

ci: allow workflow_dispatch on the release workflow

ci: allow workflow_dispatch on the release workflow #114

Workflow file for this run

name: Continuous integration
on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
permissions: read-all
jobs:
test:
name: Run tests
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Run tests
uses: ./.github/actions/test