mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
ci: disable semver checks (#2471)
This commit is contained in:
parent
d528cbd828
commit
e926ff24a6
1 changed files with 1 additions and 7 deletions
8
.github/workflows/ci-semver.yml
vendored
8
.github/workflows/ci-semver.yml
vendored
|
@ -1,12 +1,6 @@
|
||||||
name: CI semver
|
name: CI semver
|
||||||
|
|
||||||
on:
|
on: workflow_dispatch # Only run this workflow manually
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
get-leptos-changed:
|
get-leptos-changed:
|
||||||
|
|
Loading…
Reference in a new issue