Skip to content

Slight refactor

Slight refactor #29

Workflow file for this run

name: Branch CI (Snapshot)
on:
push:
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