Skip to content

Commit

Permalink
Update format.yml
Browse files Browse the repository at this point in the history
only run on pushes and pulls to main
  • Loading branch information
dennisbrookner authored Sep 8, 2023
1 parent a6cd7b8 commit dd693b6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
name: Format
run-name: Code formatting by ${{ github.actor }}
on: [push]
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:

jobs:
format:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit dd693b6

Please sign in to comment.