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

NesTiler.git/NesTiler.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Cluster <cluster@cluster.wtf>2023-11-26 16:32:24 +0300
committerAlexey Cluster <cluster@cluster.wtf>2023-11-26 16:32:24 +0300
commit4d0ba975613d8d8293fbb65e026d33cc02ded889 (patch)
tree0f16f190a86ca1899ec47d3d9404510c87e535e6
parent58abd78ff998245d575be41d1e3b796b4a92bb0a (diff)
parent55b1de676535c715de62bb24ea809dd918f7c0ec (diff)
Merge branch 'master' of github.com:ClusterM/NesTiler
-rw-r--r--.github/workflows/build-test.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index 916984d..d3d5047 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -101,3 +101,5 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
+ if: github.event_name != 'pull_request'
+