Skip to content

Commit

Permalink
Only run docker workflow on PR push
Browse files Browse the repository at this point in the history
  • Loading branch information
dickwolff authored Feb 8, 2024
1 parent 3b62345 commit adbf6de
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ run-name: Build Docker Container
on:
push:
branches:
- "main"
- "feature/**"
- main
paths:
- "src/**"
pull_request:
branches:
- main
paths:
- "src/**"

Expand Down

0 comments on commit adbf6de

Please sign in to comment.