Added manual CICD workflow
This commit is contained in:
parent
821018d4ce
commit
774c261d1d
1 changed files with 7 additions and 1 deletions
8
.github/workflows/cd.yml
vendored
8
.github/workflows/cd.yml
vendored
|
|
@ -5,12 +5,18 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch:
|
||||
tags:
|
||||
- '*'
|
||||
pull_request:
|
||||
types: [ opened, reopened, synchronize, labeled ]
|
||||
workflow_dispatch: ~
|
||||
|
||||
permissions:
|
||||
pull-requests: write
|
||||
id-token: write
|
||||
contents: read
|
||||
packages: write
|
||||
|
||||
jobs:
|
||||
# remove-deploy-label:
|
||||
# name: Remove deploy label
|
||||
|
|
|
|||
Loading…
Reference in a new issue