Skip to content

Commit

Permalink
Adjust CI
Browse files Browse the repository at this point in the history
  • Loading branch information
GitRon committed Oct 14, 2024
1 parent 163891e commit 9e352b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ on:
push:
branches: [ '**' ]
pull_request:
branches: [ '**' ]

jobs:
linting:
runs-on: ubuntu-22.04
if: github.event_name == 'push' || github.event_name == 'pull_request'
if: github.event_name != 'pull_request'
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 9e352b7

Please sign in to comment.