ci: disable semver checks (#2471)
This commit is contained in:
parent
d528cbd828
commit
e926ff24a6
|
@ -1,12 +1,6 @@
|
|||
name: CI semver
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
on: workflow_dispatch # Only run this workflow manually
|
||||
|
||||
jobs:
|
||||
get-leptos-changed:
|
||||
|
|
Loading…
Reference in New Issue