Skip to content

Commit

Permalink
fix: chore(container): add pullrequest event to container build workf…
Browse files Browse the repository at this point in the history
…low trigger
  • Loading branch information
kaiehrhardt authored and AdeAttwood committed Oct 6, 2023
1 parent c31b311 commit 8e30bec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/container-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
- '**'
schedule:
- cron: '0 0 * * *'
pull_request:
paths:
- 'Dockerfile.ci'
jobs:
container-build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8e30bec

Please sign in to comment.