summaryrefslogtreecommitdiff
path: root/.github/workflows/builds.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/builds.yml')
-rw-r--r--.github/workflows/builds.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml
index 8382478..cf26b5d 100644
--- a/.github/workflows/builds.yml
+++ b/.github/workflows/builds.yml
@@ -3,10 +3,10 @@ name: CI Build
on:
push:
branches:
- - master
+ - 1.28
pull_request:
branches:
- - master
+ - 1.28
workflow_dispatch:
# cancel already running builds of the same branch or pull request