Skip to content

Commit e6f74a2

Browse files
feat(workflows): add pull request trigger to main branch pipeline and remove obsolete workflow
1 parent 23aec69 commit e6f74a2

File tree

2 files changed

+3
-30
lines changed

2 files changed

+3
-30
lines changed

.github/workflows/main-branch-pipeline.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
branches:
66
- main
7+
pull_request:
8+
branches:
9+
- main
710

811
jobs:
912
# Step 1: Validate merge source

.github/workflows/release.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)