mirror of
https://github.com/status-im/network-stories.git
synced 2025-02-18 15:07:21 +00:00
changed push branch
This commit is contained in:
parent
a376f740c2
commit
5c5f950bac
3
.github/workflows/hugo-deploy.yaml
vendored
3
.github/workflows/hugo-deploy.yaml
vendored
@ -2,8 +2,7 @@ name: Deploy to GitHub Pages
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- hugo
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -1,7 +1,7 @@
|
||||
name: Build and Deploy
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
branches: [gh-pages]
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
Loading…
x
Reference in New Issue
Block a user