Merge pull request #62 from C9Glax/dev

Updated the docker workflow files
This commit is contained in:
Dity 2024-03-01 14:07:29 -05:00 committed by GitHub
commit 2216e13c49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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: