summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build-and-package.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/build-and-package.yaml b/.github/workflows/build-and-package.yaml
index 4924208..0ef13e6 100644
--- a/.github/workflows/build-and-package.yaml
+++ b/.github/workflows/build-and-package.yaml
@@ -2,9 +2,12 @@ name: BuildAndPackage
on:
push:
+ branch:
+ - master
tags:
- "v*"
- pull_request:
+ # Remove comment in order to pre-release on a PR, to validate packaging flow
+ #pull_request:
jobs:
create-man: