Skip to content

Commit

Permalink
ci: add workflow_dispatch
Browse files Browse the repository at this point in the history
Just to try this thing out
  • Loading branch information
zimbatm committed Oct 22, 2020
1 parent 17149ac commit 0d44c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nix.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Nix
on: [ push, pull_request ]
on: [ push, pull_request, workflow_dispatch ]
jobs:
build:
strategy:
Expand Down

0 comments on commit 0d44c41

Please sign in to comment.