Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/coolgirl-multirom-builder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2023-09-22 10:22:05 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2023-09-22 10:22:05 +0300
commita4772f9d65df2e4c3027066db31c435cd7baef7a (patch)
tree45d279ef1f27172b7d2f9dfde488984cbdfe0827
parent5a28b4de7e2b33946cb424eb88a2b53538113637 (diff)
Actions fix
-rw-r--r--.github/workflows/build.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index e558fc1..5a497a0 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -259,3 +259,4 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
+ if: github.event_name != 'pull_request' \ No newline at end of file