Merge pull request #63 from C9Glax/cuttingedge

Updated github workflows
This commit is contained in:
Dity 2024-03-01 14:08:17 -05:00 committed by GitHub
commit b4cf22b6eb
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: