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 }}