Запускать теплой только для главной ветки
Some checks are pending
Build and deploy mmote.ru / Build-And-Deploy (push) Blocked by required conditions

This commit is contained in:
MultiMote 2024-07-28 19:51:05 +03:00
parent e004a8fbcc
commit 8e187d5e0b

View File

@ -4,6 +4,10 @@ on: [push]
jobs:
Build-And-Deploy:
runs-on: ubuntu-latest
needs: test
if: gitea.ref == 'refs/heads/master'
steps:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3