Skip to content

Commit

Permalink
Change triggers for rust fmt workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Jul 27, 2023
1 parent b8a1f8b commit 2d7761f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rustfmt.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: rustfmt

on:
pull_request:
push:
branches: [main]
pull_request:
workflow_dispatch:

jobs:
rustfmt:
Expand Down

0 comments on commit 2d7761f

Please sign in to comment.