Skip to content

Commit bf04041

Browse files
committed
chore: on push
Signed-off-by: Oleh Astappiev <4512729+astappiev@users.noreply.github.com>
1 parent ea3e2b6 commit bf04041

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
name: Deploy Dev
22

33
on:
4-
workflow_run:
5-
workflows: [ CI ]
6-
types: [ completed ]
4+
push:
75
branches: [ main ]
86

97
jobs:
108
build:
119
runs-on: ubuntu-latest
12-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1310
steps:
1411
- uses: actions/checkout@v4
1512
- uses: actions/setup-java@v4

0 commit comments

Comments
 (0)