Skip to content

chore: remove now unneeded workaround #256

chore: remove now unneeded workaround

chore: remove now unneeded workaround #256

name: Release snapshots of selected branches on push
on:
push:
branches: [ main, next, next-fabric8-version ]
defaults:
run:
shell: bash
jobs:
release-snapshot:
uses: ./.github/workflows/release-snapshot.yml
secrets: inherit
with:
branch: "${{github.ref}}"