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.
1 parent 5508dff commit b84535dCopy full SHA for b84535d
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