Skip to content

Commit

Permalink
cicd: changed sequence of pull_request_target and pull_request trigge…
Browse files Browse the repository at this point in the history
…rs in .github/workflows/pull-request.yml
  • Loading branch information
tmeckel committed Oct 11, 2024
1 parent 73c3314 commit 3b6a3b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Pull Request
on:
pull_request:
paths-ignore:
- '.github/workflows/provider-*.yaml'
pull_request_target:
paths:
- '01-teams/**'
- '02-repositories/**'
- '03-members/**'
pull_request:
paths-ignore:
- '.github/workflows/provider-*.yaml'

jobs:
preview-changes:
Expand Down

0 comments on commit 3b6a3b0

Please sign in to comment.