Skip to content

Commit

Permalink
Merge pull request #148 from jakubkulhan/allow-ci-workflow-to-be-manu…
Browse files Browse the repository at this point in the history
…ally-triggered

Allow CI workflow to be manually triggered
  • Loading branch information
WyriHaximus authored Mar 7, 2024
2 parents 10e34de + 7c4a779 commit 464507a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- master
pull_request:
workflow_dispatch:
jobs:
supported-versions-matrix:
name: Supported Versions Matrix
Expand Down

0 comments on commit 464507a

Please sign in to comment.