Update jekyll-build.yml

Do builds only on pull requests, final build/deployment will make by another workflow
This commit is contained in:
Max 2023-10-23 13:39:06 +02:00 committed by GitHub
parent 0d13b454ed
commit 72c7b3cee0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,6 @@
name: Jekyll Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]