Skip to content

Commit

Permalink
Update .github/workflows/coverage-linux-without-intl.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Mestery <[email protected]>
  • Loading branch information
Trott and Mesteery authored Jan 15, 2022
1 parent 5df1334 commit 3545058
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/coverage-linux-without-intl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,25 @@ name: coverage-linux-without-intl

on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths-ignore:
- 'doc/**'
- 'deps/**'
- '**.md'
- 'benchmark/**'
- 'tools/**'
- 'deps/**'
- 'doc/**'
- .github/**
- '!.github/workflows/coverage-linux-without-intl.yml'
push:
branches:
- master
- main
paths-ignore:
- 'doc/**'
- 'deps/**'
- '**.md'
- 'benchmark/**'
- 'tools/**'
- 'deps/**'
- 'doc/**'
- .github/**
- '!.github/workflows/coverage-linux-without-intl.yml'

env:
PYTHON_VERSION: 3.9
Expand Down

0 comments on commit 3545058

Please sign in to comment.