github: Update workflows.

This commit is contained in:
iabdalkader 2022-02-18 16:14:00 +02:00
parent a6af77cec6
commit a31cb628a3

View File

@ -10,6 +10,7 @@ on:
- 'src/**' - 'src/**'
- '.github/workflows/*.yml' - '.github/workflows/*.yml'
- '!**/README.md' - '!**/README.md'
- '!**.rst'
pull_request: pull_request:
branches: branches:
@ -18,6 +19,7 @@ on:
- 'src/**' - 'src/**'
- '.github/workflows/*.yml' - '.github/workflows/*.yml'
- '!**/README.md' - '!**/README.md'
- '!**.rst'
jobs: jobs:
build: build: