Skip to content

Commit

Permalink
ci: Also run formatting workflow on workflow_dispatch event
Browse files Browse the repository at this point in the history
  • Loading branch information
obiwac committed Aug 7, 2024
1 parent 4d05894 commit 21ff475
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Check formatting

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

jobs:
check_formatting:
Expand Down

0 comments on commit 21ff475

Please sign in to comment.