fix: no clue why this is being skipped [docker build]

pull/243/head
Josh Moore 12 months ago
parent b6aa350f2c
commit 1406fd4b13

@ -22,11 +22,9 @@ jobs:
# # Compile the TypeScript files
# - name: Run build script
# run: npm run build
build_and_push:
name: Build & Publish Docker Images
# needs: test
if: ${{ (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/dev/0.15.0') && contains(github.event.head_commit.message, '[docker build]') }}
if: (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/dev/0.15.0') && contains(github.event.head_commit.message, '[docker build]')
runs-on: ubuntu-latest
steps:
- name: Wait for build to succeed

Loading…
Cancel
Save