Skip to content

Commit

Permalink
chore(build): scan main instead of master
Browse files Browse the repository at this point in the history
  • Loading branch information
o-orand committed Mar 21, 2023
1 parent b58a1d6 commit 62db7db
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ name: Docker Image CI

on:
push:
branches: [ "master" ]
branches:
- "main"
tags:
- "[0-9]+.[0-9]+.[0-9]+*"
pull_request:
branches: [ "master" ]
branches: [ "main" ]
env:
DOCKERHUB_ORG: elpaasoci

Expand Down

0 comments on commit 62db7db

Please sign in to comment.