Skip to content

Commit

Permalink
Merge pull request #200 from tyhal/github-actions
Browse files Browse the repository at this point in the history
Fix push branch as main
  • Loading branch information
tyhal authored Jun 29, 2021
2 parents da9719b + 9607c30 commit 38da759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
# Publish `master` as Docker `latest` image.
branches:
- master
- main

# Publish `v1.2.3` tags as releases.
tags:
Expand Down

0 comments on commit 38da759

Please sign in to comment.