We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aba3fe commit 53a561fCopy full SHA for 53a561f
1 file changed
.github/workflows/deploy.yml
@@ -1,21 +1,15 @@
1
name: Deploy with Docker Compose
2
3
on:
4
- workflow_run:
5
- workflows: [ "Frontend CI", "Backend CI" ]
6
- types:
7
- - completed
8
- workflow_dispatch:
9
push:
10
branches:
11
- main
12
- develop
13
- feature/**
+ workflow_dispatch:
14
15
jobs:
16
deploy:
17
- if: ${{ github.event.workflow_run.conclusion == 'success' }}
18
-
19
runs-on: ubuntu-latest
20
21
steps:
0 commit comments