Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ffurrer2 committed May 14, 2024
1 parent 9989cce commit 220c932
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ on:
branches:
- dependabot/**
- feature/**
pull_request:
branches:
- main
paths-ignore:
- '**.md'
- '.gitignore'
pull_request:
branches:
- main

jobs:
build:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on:
push:
branches:
- main
pull_request:
branches:
- main
paths-ignore:
- '**.md'
- .gitignore
pull_request:
branches:
- main

jobs:
build:
Expand Down

0 comments on commit 220c932

Please sign in to comment.