Skip to content

Commit

Permalink
Update linting.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim authored Feb 15, 2025
1 parent 246cebe commit ab69c66
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Linting

on:
workflow_dispatch:
branches:
- develop
pull_request:
types: [opened, synchronize, ready_for_review]
branches:
Expand All @@ -12,7 +10,7 @@ on:
jobs:
linter:
name: Flake8
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ab69c66

Please sign in to comment.