Skip to content

Commit

Permalink
run docker build in PR
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjonesBSU committed Jan 28, 2025
1 parent f705eae commit 0c8cc79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
runs-on: ubuntu-latest
needs: test
name: Build Docker Image
if: github.event_name != 'pull_request'
#if: github.event_name != 'pull_request'

steps:
- name: Set up Docker Buildx
Expand Down

0 comments on commit 0c8cc79

Please sign in to comment.