Skip to content

Commit

Permalink
ci: allow manual trigger of code quality check
Browse files Browse the repository at this point in the history
  • Loading branch information
RoryPTB committed Sep 4, 2024
1 parent f511405 commit 6d8b2d6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-code-quality.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Test Code Quality

on: # yamllint disable-line rule:truthy
push: null
pull_request: null
push:
pull_request:
workflow_dispatch:

permissions: {}

Expand Down

0 comments on commit 6d8b2d6

Please sign in to comment.