Skip to content

Commit e897dc1

Browse files
authored
Enabled PR-based CI
1 parent 0346e94 commit e897dc1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/blank.yml

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

811
jobs:
912
build:
@@ -17,10 +20,7 @@ jobs:
1720
echo "Starting build process..."
1821
echo "Build completed successfully"
1922
20-
- name: Run Tests (Fixed)
23+
- name: Run Tests
2124
run: |
2225
echo "Running tests..."
2326
exit 0
24-
25-
- name: Print Hello
26-
run: echo "Pipeline fixed and running successfully"

0 commit comments

Comments
 (0)