Skip to content

Commit 47a427b

Browse files
committedFeb 23, 2024·
update docker-image.yml
1 parent 014bd15 commit 47a427b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎.github/workflows/docker-image.yml

-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ on:
1111
jobs:
1212
build-main-app:
1313
runs-on: ubuntu-latest
14-
if: ${{ github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && !contains(github.event.head_commit.modified, 'website')) }}
1514
steps:
1615
- name: Check out the repo
1716
uses: actions/checkout@v2
@@ -32,7 +31,6 @@ jobs:
3231

3332
build-website:
3433
runs-on: ubuntu-latest
35-
if: ${{ github.event_name == 'workflow_dispatch' || contains(github.event.head_commit.modified, 'website') }}
3634
steps:
3735
- name: Check out the repo
3836
uses: actions/checkout@v2

0 commit comments

Comments
 (0)
Please sign in to comment.