diff options
Diffstat (limited to '.github')
| -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: |
