Skip to content

Commit

Permalink
ci: only triggers on 'master' branch
Browse files Browse the repository at this point in the history
  • Loading branch information
UmmItC committed May 16, 2024
1 parent adbda9e commit f8148e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ variables:
pages:
script:
- hugo --minify -b $GL_PAGES_URL
only:
- master
artifacts:
paths:
- public
Expand Down
1 change: 1 addition & 0 deletions .woodpecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ steps:
- hugo --minify -b "https://cb-blog.ummit.dev"
when:
event: [ pull_request, push ]
branch: [ master ]

publish:
image: bitnami/git
Expand Down

0 comments on commit f8148e0

Please sign in to comment.