mirror of
https://github.com/brockar/roadmap-retos-programacion.git
synced 2026-01-12 07:21:01 -03:00
Update stats.yml
Se limita la ejecución a la rama "main"
This commit is contained in:
2
.github/workflows/stats.yml
vendored
2
.github/workflows/stats.yml
vendored
@@ -6,7 +6,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
if: github.repository == 'mouredev/roadmap-retos-programacion'
|
||||
if: github.repository == 'mouredev/roadmap-retos-programacion' && github.ref == 'refs/heads/main'
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
permissions:
|
||||
|
||||
Reference in New Issue
Block a user