Skip to content

Commit

Permalink
Update branch targets for PR
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemcd3912 committed Feb 9, 2024
1 parent 839d451 commit 8262e56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/close-pull-request.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: PR Closed - purging developer_branch
on:
pull_request_target:
branches: [githubActions]
branches: [main]
types: [closed]
paths-ignore:
- 'Validated_Partners/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/new-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: PR Opened - moving new ISV addon to developer_branch for E2E testing

on:
pull_request_target:
branches: [githubActions]
branches: [main]
types: [opened, reopened, synchronize]
paths-ignore:
- 'Validated_Partners/**'
Expand Down

0 comments on commit 8262e56

Please sign in to comment.