mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-09 22:42:58 +00:00
Update on
section of GHA workflow
This commit is contained in:
parent
41d71a304c
commit
c2a27efc36
5
.github/workflows/dendrite.yml
vendored
5
.github/workflows/dendrite.yml
vendored
@ -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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user