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:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
#───────────────── filtra qué dirs cambiaron ─────────────────
|
||||
|
||||
Reference in New Issue
Block a user