diff options
| author | 2026-01-18 22:12:33 +0800 | |
|---|---|---|
| committer | 2026-01-18 22:12:33 +0800 | |
| commit | 09b2e0f84721587f0b0a59818ebc5720c447ebb8 (patch) | |
| tree | eb54be440ee6fe7af30ea54cc2f689563dc28ef8 /.github | |
| parent | 033141c22b7ab2216de045da3f83702b037a186a (diff) | |
| download | DropOut-09b2e0f84721587f0b0a59818ebc5720c447ebb8.tar.gz DropOut-09b2e0f84721587f0b0a59818ebc5720c447ebb8.zip | |
ci(semifold): re-triger workflows
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/semifold-ci.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/semifold-ci.yaml b/.github/workflows/semifold-ci.yaml index b90c2ca..bb32da7 100644 --- a/.github/workflows/semifold-ci.yaml +++ b/.github/workflows/semifold-ci.yaml @@ -3,8 +3,7 @@ on: push: branches: [main] pull_request: - branches: - - main + branches: [main] env: CARGO_TERM_COLOR: always |