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

github.com/SpectrumIM/spectrum2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvitalyster <vitalyster@gmail.com>2022-05-25 16:18:56 +0300
committerGitHub <noreply@github.com>2022-05-25 16:18:56 +0300
commit7ec432588175515ffb1c7f85d97b11c91ff09c8b (patch)
tree78e0dd57e2344a76df785b27bc2cb262a150cbc3
parent3dc8db9ecf5faf91b5d233bf2278e12c7a1a4508 (diff)
Update main.yml
-rw-r--r--.github/workflows/main.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 10194335..6d62d3c6 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -1,6 +1,9 @@
name: CI
-on: [push, pull_request]
+on:
+ pull_request:
+ push:
+ branches: master
jobs:
linux-glibc: