Skip to content

Commit

Permalink
updated formatting workflow to be able to run on workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikuB committed Sep 28, 2024
1 parent 75d3ac2 commit 1ecb31b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: format

on:
push:
- push
- workflow_dispatch

jobs:
java_format:
Expand Down

0 comments on commit 1ecb31b

Please sign in to comment.