Skip to content

Commit

Permalink
move to just push
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmrad committed May 8, 2024
1 parent dcaae3b commit 3e265a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/hma-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: Publish HMA docker image

on:
pull_request:
push:
branches:
- main
paths:
Expand Down Expand Up @@ -35,7 +35,6 @@ jobs:
run: |
echo "VERSION=$(cat version.txt)" >> $GITHUB_ENV
echo "IMAGE_NAME_LC=${IMAGE_NAME,,}" >>${GITHUB_ENV}
ls
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 3e265a9

Please sign in to comment.