]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
remove docs from path ignore in the tests
authorFederico Caselli <cfederico87@gmail.com>
Mon, 13 Jun 2022 19:48:34 +0000 (21:48 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Mon, 13 Jun 2022 19:48:34 +0000 (21:48 +0200)
Change-Id: I1d399d9532bc63d00a730e3981aef79ad99a97bb

.github/workflows/run-test.yaml

index 8da63d154c0f30467b41f59fc9846372ffc588b1..44c6574bc84cf9596f8a4b7a70015486e8bb8993 100644 (file)
@@ -9,7 +9,6 @@ on:
       # branches used to test the workflow
       - "workflow_test_*"
     paths-ignore:
-      - "doc/**"
       - "examples/**"
 
 env: