mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-05-20 18:31:53 +00:00
chore: Enable actions for pull requests
This commit is contained in:
parent
1e0b4fe8c6
commit
391e2b33b8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/github-actions.yml
vendored
2
.github/workflows/github-actions.yml
vendored
|
|
@ -3,7 +3,7 @@
|
|||
# Example
|
||||
# - https://github.com/actions/example-services/blob/main/.github/workflows/postgres-service.yml
|
||||
name: CI
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
Lint:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue