summaryrefslogtreecommitdiffstats
path: root/.github/workflows/linux-build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/linux-build.yml')
-rw-r--r--.github/workflows/linux-build.yml9
1 files changed, 8 insertions, 1 deletions
diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml
index 7ba9e89..f8c30da 100644
--- a/.github/workflows/linux-build.yml
+++ b/.github/workflows/linux-build.yml
@@ -1,5 +1,12 @@
name: Linux
-on: [push]
+on:
+ push:
+ branches:
+ - "main"
+ - "trunk"
+ - "core-8-branch"
+ tags:
+ - "core-**"
permissions:
contents: read
jobs: