Skip to content

Commit

Permalink
Build and push remix image
Browse files Browse the repository at this point in the history
  • Loading branch information
malte-laukoetter committed Dec 6, 2023
1 parent 5a45548 commit 2dc4c76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: Pipeline

on:
push:
branches: [main]
branches: [main, remix-migration]
pull_request:
branches: [main]
# Allow to run this workflow manually
workflow_dispatch:

env:
IMAGE_NAME: ${{ github.repository }}
IMAGE_NAME: ${{ github.repository }}-remix

jobs:
build:
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:

build-and-push-image:
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/main' && false }}
if: ${{ github.ref == 'refs/heads/remix-migration' }}
needs:
- build
- audit-licenses
Expand Down

0 comments on commit 2dc4c76

Please sign in to comment.