Запускать теплой только для главной ветки
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:
|
jobs:
|
||||||
Build-And-Deploy:
|
Build-And-Deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
needs: test
|
||||||
|
if: gitea.ref == 'refs/heads/master'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Hugo
|
- name: Setup Hugo
|
||||||
uses: peaceiris/actions-hugo@v3
|
uses: peaceiris/actions-hugo@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user