Skip to content

Commit

Permalink
ci: github workflow style standardization
Browse files Browse the repository at this point in the history
Signed-off-by: David Calvert <[email protected]>
  • Loading branch information
dotdc committed Dec 18, 2023
1 parent 3d99847 commit 0da9bea
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/pre-commit-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ name: pre-commit-checks

on:
push:
branches: [ master ]
branches:
- master
pull_request:
branches: [ master ]
branches:
- master
# Allow this workflow to be manually triggered
workflow_dispatch:

jobs:
pre-commit-checks:
Expand Down

0 comments on commit 0da9bea

Please sign in to comment.