Merge pull request #955 from playframework/update/3.0.x/patches #308
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Publish | |
on: | |
push: | |
branches: # Snapshots | |
- 3.0.x | |
tags: ["**"] # Releases | |
jobs: | |
publish-artifacts: | |
name: Publish / Artifacts | |
uses: playframework/.github/.github/workflows/publish.yml@v3 | |
secrets: inherit |