Skip to content

Commit

Permalink
run formatter on push to any branch
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth authored Jun 1, 2022
1 parent 9ef9e12 commit 294f94f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/codeformat-pr.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Code Formatting

on:
pull_request:
push:
branches:
- master
types: [opened, edited, reopened, synchronize]
- '**'
paths:
- 'docs/**'
- 'gen/**'
Expand Down

0 comments on commit 294f94f

Please sign in to comment.