Skip to content

Commit 8e30bec

Browse files
kaiehrhardtAdeAttwood
authored andcommitted
fix: chore(container): add pullrequest event to container build workflow trigger
1 parent c31b311 commit 8e30bec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/container-build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
- '**'
66
schedule:
77
- cron: '0 0 * * *'
8+
pull_request:
9+
paths:
10+
- 'Dockerfile.ci'
811
jobs:
912
container-build:
1013
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)