Skip to content

version_regex

version_regex #15

Workflow file for this run

name: Branch CI (Snapshot)
on:
push:
branches-ignore:
- main
pull_request:
branches-ignore:
- main
jobs:
call-build-and-deploy:
permissions:
contents: read
packages: write
uses: ./.github/workflows/build_and_deploy.yml
with:
is_snapshot: true
version_regex: "-SNAPSHOT$" # Ensure the version ends with -SNAPSHOT