oops
This commit is contained in:
parent
e242b24f79
commit
f4db10a21d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release_branch.yml
vendored
2
.github/workflows/release_branch.yml
vendored
|
@ -8,7 +8,7 @@ env:
|
|||
DOCKER_NAMESPACE: jcpd
|
||||
|
||||
jobs:
|
||||
if: ((github.ref_name != 'master'))
|
||||
if: (github.ref_name != 'master')
|
||||
name: Build and push selected version images
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
|
|
Loading…
Reference in a new issue