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