Skip to content

Commit caa120d

Browse files
committed
feat: update self-deploy.yaml to trigger on push to develop branch
1 parent a7d7e85 commit caa120d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/self-depoly.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Docker CI/CD - Deploy
22

33
on:
4+
push:
5+
branches: [ develop ]
46
workflow_dispatch:
5-
branches:
6-
- develop
77
jobs:
88
deploy:
99
runs-on: self-hosted

0 commit comments

Comments
 (0)