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

Skip to content

Commit 6cd8b16

Browse files
committed
Update documentation publish condition
1 parent 06f3556 commit 6cd8b16

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,7 @@ jobs:
144144
if: |
145145
github.repository == 'utPLSQL/utPLSQL' &&
146146
github.base_ref == null &&
147-
( startsWith( github.ref, 'refs/heads/release/v' )
148-
|| github.ref == 'refs/heads/develop'
149-
|| github.ref == 'refs/heads/feature/github_actions'
150-
)
147+
( startsWith( github.ref, 'refs/heads/release/v' ) || github.ref == 'refs/heads/develop' )
151148
steps:
152149
- uses: actions/checkout@v2
153150
with:

0 commit comments

Comments
 (0)