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 06f3556 commit 6cd8b16Copy full SHA for 6cd8b16
1 file changed
.github/workflows/build.yml
@@ -144,10 +144,7 @@ jobs:
144
if: |
145
github.repository == 'utPLSQL/utPLSQL' &&
146
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
- )
+ ( startsWith( github.ref, 'refs/heads/release/v' ) || github.ref == 'refs/heads/develop' )
151
steps:
152
- uses: actions/checkout@v2
153
with:
0 commit comments