Fix docker workflow files for cuttingedge and dev branches

This commit is contained in:
db-2001 2024-03-01 13:48:20 -05:00
parent b87c159823
commit 0a68da2b49
2 changed files with 5 additions and 1 deletions

View File

@ -3,6 +3,8 @@ name: Docker Image CI
on:
push:
branches: [ "cuttingedge" ]
pull_request:
branches: [ "cuttingedge" ]
workflow_dispatch:
jobs:

View File

@ -2,7 +2,9 @@ name: Docker Image CI
on:
push:
branches: [ "cuttingedge" ]
branches: [ "dev" ]
pull_request:
branches: [ "dev" ]
workflow_dispatch:
jobs: