Skip to content

Commit

Permalink
Only build dev branch on every commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
notsyncing committed Dec 8, 2024
1 parent ab5487c commit 0437f92
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: Create and publish a Docker image

on:
push:
branches: ['main', 'dev']
branches:
- "dev"
tags:
- "*"

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 0437f92

Please sign in to comment.