mirror of
https://github.com/roapi/roapi.git
synced 2026-06-05 21:04:02 +08:00
fix roapi release job change rule
This commit is contained in:
parent
44b7b57b2d
commit
9fbbd7fd35
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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:
|
||||
|
||||
2
.github/workflows/roapi_release.yml
vendored
2
.github/workflows/roapi_release.yml
vendored
@ -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'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user