Skip to content

Commit

Permalink
[ci] Temporarily activate workflow upon PR
Browse files Browse the repository at this point in the history
  • Loading branch information
JosseVanDelm committed Sep 18, 2023
1 parent 81152eb commit c0fc315
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
# Build Docker image and publish to pulp-platform's GHCR.
name: build-docker
on:
pull_request:
push:
branches: [main]
workflow_dispatch:
Expand All @@ -15,6 +16,8 @@ jobs:
build-docker:
name: Deploy Docker image
runs-on: ubuntu-22.04
permissions:
packages: write
steps:
- uses: actions/checkout@v2
- uses: docker/setup-buildx-action@v1
Expand Down

0 comments on commit c0fc315

Please sign in to comment.