We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf8856e commit 5e2da5cCopy full SHA for 5e2da5c
.github/workflows/app.yaml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
build:
11
# Run only only the default branch and when the CI build was successful
12
- if: ${{ github.event.workflow_run.head_branch == github.event.repository.default_branch && github.event.workflow_run.conclusion == 'success' }}
+ # if: ${{ github.event.workflow_run.head_branch == github.event.repository.default_branch && github.event.workflow_run.conclusion == 'success' }}
13
runs-on: ubuntu-latest
14
steps:
15
- name: Checkout
0 commit comments