Skip to content
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
15 changes: 14 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
on: [push, pull_request]
on:
workflow_dispatch:
push:
paths-ignore:
- "*.md"
- "LICENSE"
branches:
- master
pull_request:
paths-ignore:
- "*.md"
- "LICENSE"
branches:
- master

name: pkger CI

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ jobs:
run: echo ::set-output name=PKGER_ARCHIVE::pkger-${{steps.set_version.outputs.PKGER_VERSION}}-${{ matrix.target}}
- run: cargo build --release
name: Release build
run: brew install help2man
- name: Install help2man ubuntu
if: matrix.os == 'ubuntu-latest'
run: |
Expand Down

0 comments on commit 38847ff

Please sign in to comment.