Skip to content

Commit

Permalink
feat(ci): add workflow_dispatch to trigger ci manually
Browse files Browse the repository at this point in the history
  • Loading branch information
MagneticNeedle committed Jul 18, 2024
1 parent e50f5ee commit dc2edf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ name: Lint
# Trigger the workflow on both push (to the main repository, on the main branch)
# and pull requests (against the main repository, but from any repo, from any branch).
on:
workflow_dispatch:
push:
branches:
- main
Expand Down

0 comments on commit dc2edf8

Please sign in to comment.