diff options
| author | Albert Cervin <albert@acervin.com> | 2024-04-08 11:15:00 +0200 |
|---|---|---|
| committer | Albert Cervin <albert@acervin.com> | 2024-04-08 11:15:00 +0200 |
| commit | 6f8b5b8743de08b19bf8e38facfa427b05e1a6e4 (patch) | |
| tree | f457704ef31f8b34139ccebb435c6217fd50f592 /.github/workflows | |
| parent | ced544890ab9915f9b7fd477616e6d1f665e8a4c (diff) | |
| download | dged-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.yaml | 7 |
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: |
