Skip to content

Commit

Permalink
ci: Build docker container on all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Sep 2, 2024
1 parent f68307d commit 0422633
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
name: build-docker
on:
push:
branches: [main]
branches:
- '**'
workflow_dispatch:
jobs:
build-docker:
Expand Down

0 comments on commit 0422633

Please sign in to comment.