Skip to content

Commit

Permalink
Allow workflow to be run manually
Browse files Browse the repository at this point in the history
  • Loading branch information
sualeh committed Apr 22, 2022
1 parent ea2969a commit b436cd7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/quick_build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Quick Build

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

jobs:
build:
Expand Down

0 comments on commit b436cd7

Please sign in to comment.