Skip to content

Commit 8bb71c3

Browse files
committed
[TMP] Run on branch
1 parent bf8856e commit 8bb71c3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/app.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
name: 'App Build'
22

33
on:
4-
workflow_run:
5-
workflows: ['CI']
6-
types:
7-
- completed
4+
pull_request:
5+
push:
6+
workflow_dispatch:
87

98
jobs:
109
build:
1110
# 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' }}
11+
# if: ${{ github.event.workflow_run.head_branch == github.event.repository.default_branch && github.event.workflow_run.conclusion == 'success' }}
1312
runs-on: ubuntu-latest
1413
steps:
1514
- name: Checkout

0 commit comments

Comments
 (0)