Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschlatter authored Jan 4, 2024
1 parent 866b749 commit 5d1c99a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: Docker Image CI

on:
pull_request:
branches: [ "master" ]
workflow_dispatch: # you can trigger this workflow manually

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
- uses: actions/checkout@v3
uses: actions/checkout@v3
- name: Build the Docker image
run: make

0 comments on commit 5d1c99a

Please sign in to comment.