Skip to content

Commit

Permalink
rename master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
spenceradolph committed Apr 14, 2024
1 parent c14da8e commit 74672a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
# types: [published]
push:
branches:
- 'master'
- 'main'
tags:
- "v*.*.*"
Expand All @@ -36,7 +35,7 @@ env:
VERSION: ${{ github.ref_name }}
#VERSION: ${{ github.event.head_commit.message }}

RELEASE_BRANCH: master
RELEASE_BRANCH: main

jobs:
# Builds the base container image and pushes it to the container registry
Expand Down

0 comments on commit 74672a0

Please sign in to comment.