mirror of
https://github.com/stellarshenson/stellars-jupyterhub-ds.git
synced 2026-03-08 22:20:28 +00:00
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:
2
.github/workflows/docker-build.yml
vendored
2
.github/workflows/docker-build.yml
vendored
@@ -4,8 +4,6 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- '*_cuda-*_jh-*'
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
Reference in New Issue
Block a user