Update
This commit is contained in:
parent
9c6a96328d
commit
b7f645ed2c
2 changed files with 2 additions and 8 deletions
5
.github/workflows/pre-commit.yml
vendored
5
.github/workflows/pre-commit.yml
vendored
|
|
@ -1,8 +1,5 @@
|
|||
name: pre-commit
|
||||
on:
|
||||
push:
|
||||
branches: [dev]
|
||||
pull_request:
|
||||
on: [pull_request]
|
||||
|
||||
jobs:
|
||||
pre-commit:
|
||||
|
|
|
|||
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
|
|
@ -1,8 +1,5 @@
|
|||
name: tests
|
||||
on:
|
||||
push:
|
||||
branches: [dev]
|
||||
pull_request:
|
||||
on: [pull_request]
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
|
|
|
|||
Loading…
Reference in a new issue