Skip to content

Commit

Permalink
Merge pull request #15 from ApplauseOSS/PD-12602
Browse files Browse the repository at this point in the history
chore: fix publish-docker master->main
  • Loading branch information
wolf31o2 authored Jun 3, 2024
2 parents 77544fe + e72b88d commit 8e74128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: publish-docker-images

on:
push:
branches: ['master']
branches: ['main']
tags: ['v*.*.*']

concurrency: ${{ github.ref }}
Expand Down

0 comments on commit 8e74128

Please sign in to comment.