Skip to content

Commit

Permalink
feat: add pr_target to workflow (#107)
Browse files Browse the repository at this point in the history
## Description
Changes from `pull_request` to `pull_request_target` to ensure proper
execution of tests.

Signed-off-by: Mateusz Urbanek <[email protected]>
  • Loading branch information
shanduur authored Oct 30, 2024
1 parent 8690371 commit e137862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/10-linters-tests-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
name: Code and Image workflow

on:
pull_request:
pull_request_target:
branches: [ '*' ]
push:
branches:
Expand Down

0 comments on commit e137862

Please sign in to comment.