Skip to content

Commit cef4549

Browse files
committed
🍰 [v1.0.1] Integrated docker + github actions
1 parent a76979f commit cef4549

File tree

2 files changed

+3
-24
lines changed

2 files changed

+3
-24
lines changed

‎.github/workflows/build.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

‎.github/workflows/deploy.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
name: Deploy to Docker Hub
22

33
on:
4-
workflow_run:
5-
workflows: ["Build Python"]
6-
types:
7-
- completed
4+
push:
5+
branches:
6+
- main
87

98
jobs:
109
deploy:
11-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1210
runs-on: ubuntu-latest
1311

1412
steps:

0 commit comments

Comments
 (0)