Skip to content

Commit

Permalink
Make tests trigger on .md changes
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindsjovold authored and UsamaEquinorAFK committed Nov 23, 2023
1 parent 5596b39 commit a07826a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ on:
push:
branches:
- main
paths-ignore:
- "**.md"
pull_request:
paths-ignore:
- "**.md"
branches:
- main

jobs:
run:
name: Run
Expand Down

0 comments on commit a07826a

Please sign in to comment.