ci: remove feature branch from staging workflow
This commit is contained in:
parent
e610148e01
commit
69331ba19e
2
.github/workflows/release-pages-staging.yaml
vendored
2
.github/workflows/release-pages-staging.yaml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user