revert: "fix(ci): detect create intead of push (#1962)" (#1994)
Some checks are pending
tinymist::auto_tag / auto-tag (push) Waiting to run
tinymist::ci / Duplicate Actions Detection (push) Waiting to run
tinymist::ci / Check Clippy, Formatting, Completion, Documentation, and Tests (Linux) (push) Waiting to run
tinymist::ci / Check Minimum Rust version and Tests (Windows) (push) Waiting to run
tinymist::ci / prepare-build (push) Waiting to run
tinymist::ci / announce (push) Blocked by required conditions
tinymist::ci / build (push) Blocked by required conditions
tinymist::gh_pages / build-gh-pages (push) Waiting to run

Reverts Myriad-Dreamin/tinymist#1962
This commit is contained in:
Myriad-Dreamin 2025-08-06 00:56:53 +08:00 committed by GitHub
parent 451a10869a
commit 27893b5302
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,12 +1,17 @@
name: tinymist::ci
on:
create:
workflow_dispatch:
push:
branches:
- main
- nightly
tags:
- "*"
pull_request:
types: [opened, synchronize]
branches:
- main
- nightly
workflow_dispatch:
env:
RUSTFLAGS: '-Dwarnings'