Skip to content

Commit e73a063

Browse files
committed
Add test statement
1 parent 367dde0 commit e73a063

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ jobs:
9191

9292
- name: Build and push Docker images
9393
uses: docker/build-push-action@v2
94+
#if: ${{ github.ref == 'refs/heads/main' }}
95+
if: ${{ github.ref == 'refs/heads/feature/automated-tests' }}
9496
with:
9597
push: false # set to false for testing
9698
no-cache: true

0 commit comments

Comments
 (0)