fix: I think I got it

pull/243/head
Josh Moore 12 months ago
parent 3384dacb30
commit a39a13e47b

@ -28,7 +28,7 @@ jobs:
build_and_push:
name: Build & Publish Docker Images
needs: test
if: (github.ref == 'refs/heads/master' || github.ref == 'dev/0.15.0') && !contains(github.event.head_commit.message, '[skip ci:docker]')
if: ${{ (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/dev/0.15.0') && !contains(github.event.head_commit.message, '[skip ci:docker]') }}
runs-on: ubuntu-latest
steps:
- name: Checkout

Loading…
Cancel
Save