You've already forked hackingtool
mirror of
https://github.com/Z4nzu/hackingtool.git
synced 2025-06-20 06:15:54 +02:00
Run lint_python tests on branches: [development, master]
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user