summaryrefslogtreecommitdiff
path: root/.github/workflows/install.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/install.yml')
-rw-r--r--.github/workflows/install.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml
index 0ae5260..6a8cc39 100644
--- a/.github/workflows/install.yml
+++ b/.github/workflows/install.yml
@@ -3,7 +3,11 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
#
name: Install test
-on: [pull_request]
+on:
+ pull_request:
+ push:
+ branches:
+ - main
permissions:
contents: read