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-09-22 10:10:19 +0300
committerGitHub <noreply@github.com>2023-09-22 10:10:19 +0300
commit55b1de676535c715de62bb24ea809dd918f7c0ec (patch)
tree54064522f0b2cfde91ecfcd1aedeceb85626a4d0
parent248ced4678d1bdd91a18875e31219322ef84bb8a (diff)
Update build-test.yml
-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'
+