Skip to content

Commit

Permalink
Fixed branches to upload docker image
Browse files Browse the repository at this point in the history
Signed-off-by: George Araújo <[email protected]>
  • Loading branch information
george-gca committed Jan 18, 2024
1 parent 9ce17b8 commit 3b53234
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Docker Image CI

on:
push:
branches: [master]
branches:
- master
- main

jobs:
build:
Expand Down

0 comments on commit 3b53234

Please sign in to comment.