mirror of
https://github.com/jazzband/django-fernet-encrypted-fields.git
synced 2026-03-16 22:40:27 +00:00
add file filter for github actions lint-and-test workflow
This commit is contained in:
parent
504df2835b
commit
d20b79cfc0
1 changed files with 11 additions and 1 deletions
12
.github/workflows/lint-and-test.yml
vendored
12
.github/workflows/lint-and-test.yml
vendored
|
|
@ -1,6 +1,16 @@
|
|||
name: Lint & Test
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- '.github/workflows/*'
|
||||
- 'encrypted_fields/**/*'
|
||||
- 'package_test/**/*'
|
||||
- 'manage.py'
|
||||
- 'requirements.txt'
|
||||
- 'setup.py'
|
||||
- 'pyproject.toml'
|
||||
push:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
|
|||
Loading…
Reference in a new issue