Skip to content

Commit

Permalink
Prepping for main merge
Browse files Browse the repository at this point in the history
  • Loading branch information
5herlocked committed Oct 2, 2023
1 parent 559bfd8 commit 29e3e8f
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: [feature/e2e-w-prtarget]
branches: [main]
types: [closed]
jobs:
merge-master-back-to-dev:
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: [feature/e2e-w-prtarget]
branches: [main]
types: [opened, reopened, synchronize]

jobs:
Expand Down

0 comments on commit 29e3e8f

Please sign in to comment.