Skip to content

Commit

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

Expand Down

0 comments on commit e744b23

Please sign in to comment.