0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-30 20:33:54 -05:00

ci: do not run release on master pushes (#5287)

This commit is contained in:
Gao Sun 2024-01-24 09:15:28 +08:00 committed by GitHub
parent ea4c9afdb5
commit 917a485e7a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,9 +2,6 @@ name: Release
on:
workflow_dispatch:
push:
branches:
- master
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}