Skip to content

Commit

Permalink
Added possibility to trigger workflow manually
Browse files Browse the repository at this point in the history
Each workflow should be malually triggerable and should trigger its
downstream dependencies. This commit adresses the first part of that
statement. Triggering of downstream dependencies is not yet developed,
as downstream workflows aren't yet created.
  • Loading branch information
michalinacienciala committed Feb 8, 2021
1 parent e59dfd9 commit b329049
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches:
- master
pull_request:
workflow_dispatch:

jobs:
build-and-test:
Expand Down

0 comments on commit b329049

Please sign in to comment.