We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d361f0b commit fe4450eCopy full SHA for fe4450e
.github/workflows/build.yml
@@ -3,7 +3,11 @@
3
# SPDX-License-Identifier: LGPL-2.1-or-later
4
#
5
name: Build test
6
-on: [pull_request]
+on:
7
+ pull_request:
8
+ push:
9
+ branches:
10
+ - main
11
12
permissions:
13
contents: read
.github/workflows/install.yml
name: Install test
0 commit comments