Skip to content

Commit

Permalink
(gh) Revise push targets
Browse files Browse the repository at this point in the history
  • Loading branch information
csparker247 committed Aug 2, 2024
1 parent 6361f42 commit f055138
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Deploy Docker images
on:
workflow_dispatch:
push:
branches: ["develop"]
branches: ["main"]
tags: ["v*"]
pull_request:
branches:
- "develop"
- "main"

concurrency: docker

Expand Down

0 comments on commit f055138

Please sign in to comment.