Skip to content

Commit

Permalink
ci: add main branch support
Browse files Browse the repository at this point in the history
  • Loading branch information
TyIsI authored Jun 25, 2024
1 parent b132353 commit 3bf06b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ name: ci
on:
push:
branches:
- 'main'
- 'master'
- 'trunk'
tags:
- 'v*'
pull_request:
branches:
- 'main'
- 'master'
- 'trunk'
workflow_dispatch:
Expand Down

0 comments on commit 3bf06b3

Please sign in to comment.