Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricebrito committed Feb 9, 2023
1 parent 335c1cc commit 6acadfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Build and publish Docker image
on:
push:
branches: [ master, develop ]
branches: [ main, master, develop ]
tags:
- "*"
pull_request:
branches: [ master, develop ]
branches: [ main, master, develop ]
jobs:
push_to_registry:
name: Build and push Docker image to Docker Hub
Expand Down

0 comments on commit 6acadfa

Please sign in to comment.