mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-24 01:18:39 +00:00
Run lint_python tests on branches: [development, master]
This commit is contained in:
parent
0bf9f1fe37
commit
1f1172b145
1 changed files with 2 additions and 2 deletions
4
.github/workflows/lint_python.yml
vendored
4
.github/workflows/lint_python.yml
vendored
|
|
@ -1,9 +1,9 @@
|
|||
name: lint_python
|
||||
on:
|
||||
pull_request:
|
||||
branches: [master]
|
||||
branches: [development, master]
|
||||
push:
|
||||
branches: [master]
|
||||
branches: [development, master]
|
||||
jobs:
|
||||
lint_python:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue