We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 53b943b + 7e84634 commit b4358f9Copy full SHA for b4358f9
.github/workflows/README.md
@@ -4,11 +4,6 @@ This directory contains GitHub Actions workflows for continuous integration and
4
5
## Workflows
6
7
-### test.yml - Quick Test Run
8
-- **Trigger**: Push to main branch, Pull requests
9
-- **Purpose**: Runs the test suite using pytest
10
-- **Environment**: Uses devcontainer with MariaDB and Redis via `devcontainers/ci` action
11
-
12
### ci.yml - Comprehensive CI
13
- **Trigger**: Push to main branch, Pull requests, Manual dispatch
14
- **Jobs**:
.github/workflows/ci.yml
@@ -2,9 +2,9 @@ name: CI
2
3
on:
push:
- branches: [ master ]
+ branches: [ main ]
pull_request:
workflow_dispatch:
jobs:
.github/workflows/test.yml
0 commit comments