Skip to content

Drop interplay

Drop interplay #64

Workflow file for this run

name: Publish
on:
push:
branches: # Snapshots
- main
- drop-interplay # TODO: remove
tags: ["**"] # Releases
release:
types: [published]
jobs:
publish-artifacts:
name: Publish / Artifacts
uses: playframework/.github/.github/workflows/publish.yml@v3
secrets: inherit