Skip to content

Commit 5d7a4ab

Browse files
committed
Workflow fix
1 parent f46ffdd commit 5d7a4ab

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
name: CI Workflow
22

3-
# Trigger the workflow when directly pushing to main or when a PR is merged into main
3+
# Trigger the workflow when pushing to main (includes PR merges)
44
on:
55
push:
66
branches:
77
- main
8-
pull_request:
9-
branches:
10-
- main
11-
types:
12-
- closed
138

149
# Define the jobs to run in the workflow
1510
jobs:

0 commit comments

Comments
 (0)