Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
chore: tmp settings on action to run on pr
Browse files Browse the repository at this point in the history
  • Loading branch information
samrose committed Mar 8, 2024
1 parent 09ac22d commit 4a854e3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Docker

on:
push:
branches: [ 'main', 'sam/gh-docker-action' ]

branches: [ 'main']
pull_request:
#temp until we docker build is resolved
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
Expand Down

0 comments on commit 4a854e3

Please sign in to comment.