ci: remove feature branch from staging workflow

This commit is contained in:
nostrdev-com 2024-10-15 15:57:45 +02:00
parent e610148e01
commit 69331ba19e

View File

@ -3,7 +3,7 @@ name: Deploy static content to Pages
on:
push:
branches: ['github-pages-10-14', 'staging']
branches: ['staging']
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: