Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci: fix default branch name (#235)
  • Loading branch information
shyim authored and jonasbn committed Apr 1, 2025
commit 2e29150535e5e9daa5c869d966e808041f9c5c7d
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Docker Image CI
on:
push:
branches:
- main
- master
tags:
- "*"

Expand Down