Skip to content

Commit b860559

Browse files
committed
Build
1 parent 315b296 commit b860559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
build:
1010
# Run only only the default branch and when the CI build was successful
11-
if: ${{ github.event.workflow_run.head_branch == github.event.repository.default_branch && github.event.workflow_run.conclusion == 'success' }}
11+
# if: ${{ github.event.workflow_run.head_branch == github.event.repository.default_branch && github.event.workflow_run.conclusion == 'success' }}
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout

0 commit comments

Comments
 (0)