Skip to content

Commit

Permalink
Enable manual CI runs (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-krystianc committed Jun 20, 2024
1 parent 96dbb75 commit 2b3b88e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: CI
on:
push:
pull_request:
# Allow manual runs. It is necessary to run the workflow manually, when the "formatter" workflow applies any changes.
workflow_dispatch:

env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
Expand Down

0 comments on commit 2b3b88e

Please sign in to comment.