Skip to content

Commit

Permalink
ci: run checks and tests on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
P403n1x87 committed Jun 30, 2022
1 parent d1e56c1 commit 9e55b6d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: Checks
on: push

on:
push:
branches:
- master
pull_request:

jobs:
check-manpage:
runs-on: ubuntu-latest
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: Tests
on: push

on:
push:
branches:
- master
pull_request:

concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
Expand Down

0 comments on commit 9e55b6d

Please sign in to comment.