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

github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Danielsson <max@autious.net>2022-04-22 23:05:03 +0300
committerGitHub <noreply@github.com>2022-04-22 23:05:03 +0300
commit500b181b745575d2451875738c208b27c5a0d2e3 (patch)
treef1eed3332f33298e060a50d7079b419ef8a66d2c
parent4bbd6501f982e16772a44df498e97b6d987ffa1c (diff)
parentc310546675365133392762e3251cc0758078d83d (diff)
Merge pull request #16 from EmpSurak/fix/dont-analyze-pr
Disable analysis for pull requests
-rw-r--r--.github/workflows/analyze.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/analyze.yml b/.github/workflows/analyze.yml
index 89b135c9..10150756 100644
--- a/.github/workflows/analyze.yml
+++ b/.github/workflows/analyze.yml
@@ -1,6 +1,9 @@
name: Analyze
-on: [push, pull_request]
+on:
+ push:
+ branches:
+ - main
jobs:
sonarqube: