0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2025-01-28 04:00:28 +01:00

Update on section of GHA workflow

This commit is contained in:
Neil Alexander 2022-03-24 12:40:44 +00:00 committed by GitHub
parent 41d71a304c
commit c2a27efc36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,12 @@ name: Dendrite
on: on:
push: push:
branches:
- main
pull_request: pull_request:
release:
types: [published]
workflow_dispatch:
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}