Запускать теплой только для главной ветки
Some checks are pending
Build and deploy mmote.ru / Build-And-Deploy (push) Blocked by required conditions
Some checks are pending
Build and deploy mmote.ru / Build-And-Deploy (push) Blocked by required conditions
This commit is contained in:
parent
e004a8fbcc
commit
8e187d5e0b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user