Skip to content

Commit

Permalink
Merge pull request #119 from pnahratow/change_ci_trigger
Browse files Browse the repository at this point in the history
Change ci trigger from PR to push
  • Loading branch information
MissLavender-LQ committed Mar 10, 2024
2 parents bbe8e5a + 6cc9837 commit e14167d
Showing 1 changed file with 5 additions and 2 deletions.
@@ -1,9 +1,12 @@
name: flake8

on: [pull_request]
on:
push:
paths:
- '**.py'

jobs:
build:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit e14167d

Please sign in to comment.