ci: disable semver checks (#2471)

This commit is contained in:
Joseph Cruz 2024-03-30 16:05:20 -04:00 committed by GitHub
parent d528cbd828
commit e926ff24a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: