Skip to content

Commit

Permalink
Merge pull request #1 from rdeborja/add_manual_action
Browse files Browse the repository at this point in the history
added workflow_dispatch to manually run action
  • Loading branch information
rdeborja authored Apr 12, 2022
2 parents 181549b + c1a19ad commit fd1b797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nanopolish.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: nanopolish

on: [ push ]
on: [ push, workflow_dispatch ]

jobs:
build-and-test:
Expand Down

0 comments on commit fd1b797

Please sign in to comment.