Skip to content

Commit

Permalink
added workflow_dispatch to be able to manually trigger a GH action (#233
Browse files Browse the repository at this point in the history
)

* added workflow_dispatch to be able to manually trigger a GH action

* removed manual trigger from deploy workflow
  • Loading branch information
hstojic authored May 21, 2021
1 parent 020a1e0 commit 2041ae2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/quality-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
# limitations under the License.

on:
workflow_dispatch:
pull_request:
branches: develop

Expand Down

0 comments on commit 2041ae2

Please sign in to comment.