chore: remove specific tag format from CI/CD workflow

- Remove tag-based trigger constraint from GitHub Actions workflow
- Workflow now triggers only on push to main, PRs, and manual dispatch
- Simplifies workflow triggers and removes version-specific pattern
This commit is contained in:
stellarshenson
2025-11-04 10:51:46 +01:00
parent 64e2a9d557
commit d03faf4f2a

View File

@@ -4,8 +4,6 @@ on:
push:
branches:
- main
tags:
- '*_cuda-*_jh-*'
pull_request:
branches:
- main