Skip to content

Commit

Permalink
run ci action on release branch too (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
rake7h authored Mar 13, 2024
1 parent 676a92c commit c2bb583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Docker Image CI

on:
pull_request:
branches: [ "main" ]
branches: [ "main", "release" ]

jobs:

Expand Down

0 comments on commit c2bb583

Please sign in to comment.