Skip to content

Commit

Permalink
Shorten 'development' branch in 'develop'.
Browse files Browse the repository at this point in the history
  • Loading branch information
kouchy committed May 20, 2024
1 parent 11eb35c commit b306dac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ jobs:
# coverage summary in the PR comment.
coverage-summary-title: "Code Coverage Summary"
deploy:
if: contains( github.ref, 'development')
if: contains( github.ref, 'develop')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,4 +224,4 @@ pages:
- public
expire_in: 30 days
only:
- development
- develop

0 comments on commit b306dac

Please sign in to comment.