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

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMACHIZAUD Andréa <andrea.machizaud@gmail.com>2022-04-13 13:06:51 +0300
committerMACHIZAUD Andréa <andrea.machizaud@gmail.com>2022-05-09 11:42:12 +0300
commitc22248d8e74947b7347e8a656b06907a9098b14e (patch)
treef6c771ae40959d2049abe97457da98e475bdd2b7 /.github
parent9d3725fecf224599a18ab63b91c9077d44c8f9cc (diff)
Restore CI
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/gcc.yml6
-rw-r--r--.github/workflows/msvc.yml6
2 files changed, 10 insertions, 2 deletions
diff --git a/.github/workflows/gcc.yml b/.github/workflows/gcc.yml
index 2e412df5..0a6114a8 100644
--- a/.github/workflows/gcc.yml
+++ b/.github/workflows/gcc.yml
@@ -1,6 +1,10 @@
name: gcc
-on: push
+on:
+ push:
+ branches: [ master ]
+ pull_request:
+ branches: [ master ]
jobs:
build:
diff --git a/.github/workflows/msvc.yml b/.github/workflows/msvc.yml
index 2b642716..89aca044 100644
--- a/.github/workflows/msvc.yml
+++ b/.github/workflows/msvc.yml
@@ -1,6 +1,10 @@
name: MSVC
-on: push
+on:
+ push:
+ branches: [ master ]
+ pull_request:
+ branches: [ master ]
jobs:
build: