Skip to content

Commit a6df9f6

Browse files
committed
run Publish on push to master
(cherry picked from commit 752ac70e27835804af32e40b73a92b00ef7d135a)
1 parent 8104165 commit a6df9f6

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.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)