We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 315b296 commit b860559Copy full SHA for b860559
.github/workflows/app.yaml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
build:
10
# 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' }}
+ # if: ${{ github.event.workflow_run.head_branch == github.event.repository.default_branch && github.event.workflow_run.conclusion == 'success' }}
12
runs-on: ubuntu-latest
13
steps:
14
- name: Checkout
0 commit comments