Skip to content

Commit

Permalink
feat: renamed workflow from "docker-dev" to "dev"
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPietrusky committed Dec 9, 2023
1 parent 69d4c35 commit 5800b10
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: CD | Dev Docker Image
name: Push the dev to Docker Hub

on:
workflow_dispatch:
push:
branches:
- "next"
- "dev"

jobs:
docker:
Expand Down

0 comments on commit 5800b10

Please sign in to comment.