Skip to content

Commit 638ee12

Browse files
committed
Update CI workflow to trigger on main branch and pull request events
1 parent 6901a75 commit 638ee12

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/testing-lab.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@ name: Testing Lab CI
22

33
on:
44
push:
5-
paths:
6-
- '5 - Testing/Ejercicios/Testing-Lab/**'
5+
branches:
6+
- main
77
pull_request:
8-
paths:
9-
- '5 - Testing/Ejercicios/Testing-Lab/**'
8+
types: [opened, synchronize, reopened]
109

1110
jobs:
1211
test:

0 commit comments

Comments
 (0)