Skip to content

Commit 752ac70

Browse files
committed
run Publish on push to master
1 parent 6c3e017 commit 752ac70

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/publish.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
name: Deploy
22

33
on:
4+
# When in MVP remove:
5+
# start-remove
6+
push:
7+
branches: [master]
8+
paths:
9+
- "**.py" # триггерится на все изменения в питон файлах
10+
- "**docker**" # триггерится на изменения в настройке докера
11+
- "**Docker**"
12+
- ".github/workflows/**" # изменения в настройках раннеров
13+
# end-remove
414
workflow_dispatch:
515
release:
616
types:

0 commit comments

Comments
 (0)