Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 45d20eb + b84535d commit 855e5c4Copy full SHA for 855e5c4
1 file changed
.github/workflows/build.yml
@@ -213,8 +213,7 @@ jobs:
213
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
214
if: |
215
github.repository == 'utPLSQL/utPLSQL' &&
216
- github.base_ref == null &&
217
- ( startsWith( github.ref, 'refs/heads/release/v' ) || github.ref == 'refs/heads/develop' )
+ github.base_ref == null && github.ref == 'refs/heads/develop'
218
steps:
219
- name: 🔍 API_TOKEN_GITHUB
220
if: env.API_TOKEN_GITHUB == ''
0 commit comments