Skip to content

Commit

Permalink
Add github workflow manual trigger (#11)
Browse files Browse the repository at this point in the history
This is apparently necessary to be able to trigger a workflow manually
  • Loading branch information
boustrophedon committed May 31, 2023
1 parent c96e38c commit ede1734
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Inspired heavily by the libseccomp-rs CI script



name: build-test
on: push
on:
push:
workflow_dispatch:
jobs:
validate:
name: Format and Lint Check
Expand Down

0 comments on commit ede1734

Please sign in to comment.