Skip to content

Commit

Permalink
🚨 Pasar prueba estilo
Browse files Browse the repository at this point in the history
  • Loading branch information
1cgonza committed Oct 14, 2024
1 parent cbaf560 commit 712a6b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/despliegue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 🦍 Despliegue

on:
push:
branches: ["main"]
branches: ['main']

workflow_dispatch:

Expand All @@ -12,11 +12,11 @@ permissions:
id-token: write

concurrency:
group: "pages"
group: 'pages'
cancel-in-progress: false

env:
BUILD_PATH: "."
BUILD_PATH: '.'

jobs:
build:
Expand Down

0 comments on commit 712a6b1

Please sign in to comment.