mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-14 00:03:10 +00:00
reduced test runs
This commit is contained in:
parent
ae9459a3fb
commit
9f072115d4
1 changed files with 7 additions and 1 deletions
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
|
@ -1,5 +1,11 @@
|
|||
name: test
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
pull_request:
|
||||
branches:
|
||||
- 'master'
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
|
|||
Loading…
Reference in a new issue