Skip to content

Commit 85a46fc

Browse files
authored
Update stats.yml
Se limita la ejecución a la rama "main"
1 parent d273fd6 commit 85a46fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/stats.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
build:
9-
if: github.repository == 'mouredev/roadmap-retos-programacion'
9+
if: github.repository == 'mouredev/roadmap-retos-programacion' && github.ref == 'refs/heads/main'
1010
runs-on: ubuntu-latest
1111

1212
permissions:

0 commit comments

Comments
 (0)