Skip to content

Commit

Permalink
Run CI on PRs
Browse files Browse the repository at this point in the history
The building and validating of new containers should happen on PRs as
well!
  • Loading branch information
frison committed Nov 28, 2023
1 parent 4993848 commit f054c90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ concurrency:

on:
push:
pull_request_target:
types: [opened]

jobs:
what-to-build:
Expand Down

0 comments on commit f054c90

Please sign in to comment.