Skip to content

Commit

Permalink
Allow to manually run GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pamil authored Oct 12, 2021
1 parent 6f38d11 commit c88d33c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ name: Build
on:
push:
branches: [master]
pull_request:
pull_request: ~
release:
types: [created]
workflow_dispatch: ~

jobs:
tests:
Expand Down

0 comments on commit c88d33c

Please sign in to comment.