Skip to content

Commit

Permalink
ci: revert to main only
Browse files Browse the repository at this point in the history
  • Loading branch information
tippfehlr committed Apr 8, 2024
1 parent 2ed8f0c commit 8eb3ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Docker build & push to ghcr.io

on:
push:
branches: ['**']
branches: ['main']
# Publish semver tags as releases.
tags: ['v*.*.*']
pull_request:
Expand Down

0 comments on commit 8eb3ff6

Please sign in to comment.