mirror of
https://github.com/mrrpnya/lipu-sona.git
synced 2025-02-13 16:44:39 +00:00
ci: don't run deploy on pull request
This commit is contained in:
parent
ff17fb19e5
commit
855e9ba0d1
1 changed files with 1 additions and 0 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
@ -25,6 +25,7 @@ jobs:
|
||||||
run: echo "lipu-sona.pona.la" > public/CNAME
|
run: echo "lipu-sona.pona.la" > public/CNAME
|
||||||
- name: deploy
|
- name: deploy
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
|
if: github.event_name != 'pull_request'
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_dir: "${{ github.workspace }}/public"
|
publish_dir: "${{ github.workspace }}/public"
|
||||||
|
|
Loading…
Add table
Reference in a new issue