Add github actions deploy (2)

This commit is contained in:
tree 2022-10-05 17:11:56 +02:00
rodič 477987ba70
revize 5e0333d5a3
2 změnil soubory, kde provedl 2 přidání a 2 odebrání

Zobrazit soubor

@ -3,7 +3,7 @@ name: Deploy to GitHub Pages
on: on:
push: push:
branches: branches:
- main - master
# Review gh actions docs if you want to further define triggers, paths, etc # Review gh actions docs if you want to further define triggers, paths, etc
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on

Zobrazit soubor

@ -3,7 +3,7 @@ name: Test deployment
on: on:
pull_request: pull_request:
branches: branches:
- main - master
# Review gh actions docs if you want to further define triggers, paths, etc # Review gh actions docs if you want to further define triggers, paths, etc
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on