summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAlbert Cervin <albert@acervin.com>2024-04-08 11:15:00 +0200
committerAlbert Cervin <albert@acervin.com>2024-04-08 11:15:00 +0200
commit6f8b5b8743de08b19bf8e38facfa427b05e1a6e4 (patch)
treef457704ef31f8b34139ccebb435c6217fd50f592 /.github/workflows
parentced544890ab9915f9b7fd477616e6d1f665e8a4c (diff)
downloaddged-6f8b5b8743de08b19bf8e38facfa427b05e1a6e4.tar.gz
dged-6f8b5b8743de08b19bf8e38facfa427b05e1a6e4.tar.xz
dged-6f8b5b8743de08b19bf8e38facfa427b05e1a6e4.zip
Limit pages deployment to trunk
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/manpage.yaml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.github/workflows/manpage.yaml b/.github/workflows/manpage.yaml
index 80473e5..5dbec07 100644
--- a/.github/workflows/manpage.yaml
+++ b/.github/workflows/manpage.yaml
@@ -1,10 +1,9 @@
name: Manpage
on:
- - push
-# push:
-# branches:
-# - trunk
+ push:
+ branches:
+ - trunk
jobs:
build: