We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 014bd15 commit 47a427bCopy full SHA for 47a427b
.github/workflows/docker-image.yml
@@ -11,7 +11,6 @@ on:
11
jobs:
12
build-main-app:
13
runs-on: ubuntu-latest
14
- if: ${{ github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && !contains(github.event.head_commit.modified, 'website')) }}
15
steps:
16
- name: Check out the repo
17
uses: actions/checkout@v2
@@ -32,7 +31,6 @@ jobs:
32
31
33
build-website:
34
35
- if: ${{ github.event_name == 'workflow_dispatch' || contains(github.event.head_commit.modified, 'website') }}
36
37
38
0 commit comments