fix roapi release job change rule

This commit is contained in:
Qingping Hou 2024-04-28 12:39:39 -07:00
parent 44b7b57b2d
commit 9fbbd7fd35
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ on:
branches: [ main ]
env:
# NOTE: the version is also defined in roapi_http_release.yml, columnq_cli_release.yml and Dockerfile
# NOTE: the version is also defined in roapi_release.yml, columnq_cli_release.yml and Dockerfile
RUST_TC_NIGHTLY_VER: "2024-03-01"
jobs:

View File

@ -3,7 +3,7 @@ name: roapi release
on:
push:
paths:
- '.github/workflows/roapi_http_release.yml'
- '.github/workflows/roapi_release.yml'
- 'columnq/**'
- 'roapi/**'
- 'Cargo.lock'