Skip to content

Commit

Permalink
build: Also allow explicitly running per-commit checks
Browse files Browse the repository at this point in the history
This allows explicitly starting the workflow using the GitHub actions UI.
  • Loading branch information
apparentlymart committed Feb 15, 2022
1 parent 4f56414 commit fc5f989
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Per-commit Checks

on:
push:
workflow_dispatch:

jobs:
unit_tests:
Expand Down

0 comments on commit fc5f989

Please sign in to comment.