Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b84535d

Browse files
committed
Fixed documentation build process for release branch,
1 parent 5508dff commit b84535d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,7 @@ jobs:
213213
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
214214
if: |
215215
github.repository == 'utPLSQL/utPLSQL' &&
216-
github.base_ref == null &&
217-
( startsWith( github.ref, 'refs/heads/release/v' ) || github.ref == 'refs/heads/develop' )
216+
github.base_ref == null && github.ref == 'refs/heads/develop'
218217
steps:
219218
- name: 🔍 API_TOKEN_GITHUB
220219
if: env.API_TOKEN_GITHUB == ''

0 commit comments

Comments
 (0)