Compare commits

...

3 Commits

Author SHA1 Message Date
87e5b970bf Merge branch 'master' into draft 2024-07-28 23:11:54 +03:00
23858b6d16 Запускать деплой только для главной ветки
All checks were successful
Build and deploy mmote.ru / Build-And-Deploy (push) Successful in 36s
2024-07-28 19:55:08 +03:00
8e187d5e0b Запускать теплой только для главной ветки
Some checks are pending
Build and deploy mmote.ru / Build-And-Deploy (push) Blocked by required conditions
2024-07-28 19:51:05 +03:00

View File

@ -1,5 +1,8 @@
name: Build and deploy mmote.ru name: Build and deploy mmote.ru
on: [push] on:
push:
branches:
- 'master'
jobs: jobs:
Build-And-Deploy: Build-And-Deploy: