fix: Update workflow to trigger on main branch instead of master
This commit is contained in:
@@ -2,7 +2,7 @@ name: build-and-deploy
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ main ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
#───────────────── filtra qué dirs cambiaron ─────────────────
|
#───────────────── filtra qué dirs cambiaron ─────────────────
|
||||||
|
|||||||
Reference in New Issue
Block a user