Skip to content

Commit

Permalink
Revert "Temporarily force docker build on current branch to test work…
Browse files Browse the repository at this point in the history
…flow"

This reverts commit 07ac308.
  • Loading branch information
Matt Daily committed May 9, 2022
1 parent b30c950 commit 306f7dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Push Docker Image
on:
push:
branches:
- "feature/open-source"
# # Publish semver tags as releases.
# tags:
# - "*.*.*"
- "main"
# Publish semver tags as releases.
tags:
- "*.*.*"
pull_request:
branches: [ main ]

Expand Down

0 comments on commit 306f7dd

Please sign in to comment.