Skip to content

Commit 32c5c99

Browse files
committed
feat: [github-ci] Add FUNDING, build on dev branch
1 parent 2de0ea2 commit 32c5c99

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
custom: https://buymeacoffee.com/manid2

.github/workflows/hugo.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: GitHub Pages
33
on:
44
push:
55
branches:
6-
- main # Set a branch to deploy
6+
- main
7+
- dev
78

89
# Allows you to run this workflow manually from the Actions tab
910
workflow_dispatch:
@@ -91,6 +92,7 @@ jobs:
9192
deploy:
9293
needs: build
9394
runs-on: ubuntu-latest
95+
if: github.ref_name == 'main'
9496
environment:
9597
name: github-pages
9698
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)