Skip to content

Commit

Permalink
ci: allow workflow_dispatch to trigger build manually
Browse files Browse the repository at this point in the history
see if we get flakey tests prior to implementing PR with musl support
  • Loading branch information
YOU54F authored May 29, 2024
1 parent 09ee818 commit 0996c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI

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

env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
Expand Down

0 comments on commit 0996c4e

Please sign in to comment.