|
@@ -4,6 +4,8 @@ on:
|
|
|
push:
|
|
push:
|
|
|
tags:
|
|
tags:
|
|
|
- '*' # Triggers on version tags like v1.0.0
|
|
- '*' # Triggers on version tags like v1.0.0
|
|
|
|
|
+ - '!*-*' # Ignore pre-release tags like v1.0.0-beta
|
|
|
|
|
+ - '!*-alpha*' # Ignore alpha tags like v1.0.0-alpha
|
|
|
workflow_dispatch: # Allows manual triggering
|
|
workflow_dispatch: # Allows manual triggering
|
|
|
|
|
|
|
|
jobs:
|
|
jobs:
|