Skip to content

Commit

Permalink
Update docker_publish.yml to follow branch 'main'
Browse files Browse the repository at this point in the history
  • Loading branch information
azarz authored Dec 31, 2024
1 parent ba77282 commit 2b32a35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ name: Docker GitHub Container Registry

on:
push:
branches: [ "master" ]
branches: [ "main" ]
# Publish semver tags as releases.
tags: [ '*.*.*' ]
pull_request:
branches: [ "master", "develop" ]
branches: [ "main" ]

env:
# Use docker.io for Docker Hub if empty
Expand Down

0 comments on commit 2b32a35

Please sign in to comment.