Skip to content

Commit f023878

Browse files
authored
Merge pull request #1 from bernatsort/failing-tests
2 parents 6975654 + a99f897 commit f023878

File tree

3 files changed

+792
-315
lines changed

3 files changed

+792
-315
lines changed

.github/workflows/tests.yaml

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
name: CI Pipeline
22

3-
on: [push, pull_request]
3+
# on: [push, pull_request]
4+
on:
5+
push:
6+
branches:
7+
- main # Ejecuta la pipeline en push a la rama main
8+
pull_request:
9+
branches:
10+
- '*' # Ejecuta la pipeline en todas las pull requests
411

512
jobs:
613
test:

0 commit comments

Comments
 (0)