Skip to content

Commit

Permalink
feat: Remove restriction to deploy only master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
bellisk committed Sep 3, 2024
1 parent b6acca8 commit c0d5d22
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,3 @@ pages:
artifacts:
paths:
- public
rules:
# This ensures that only pushes to the default branch will trigger
# a pages deploy
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH

0 comments on commit c0d5d22

Please # to comment.