Skip to content

Commit

Permalink
Rename main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
lablans authored Oct 20, 2023
1 parent 404bba0 commit 0a4181c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: Build the bridgehead-landingpage
on:
push:
branches:
- master
- main
- develop
tags:
- 'v*.*.*'
pull_request:
branches:
- master
- main
- develop

jobs:
Expand Down Expand Up @@ -50,4 +50,4 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.docker-meta.outputs.tags }}
labels: ${{ steps.docker-meta.outputs.labels }}
labels: ${{ steps.docker-meta.outputs.labels }}

0 comments on commit 0a4181c

Please sign in to comment.