mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
Now checks will work when someone creates a Pull Request
This commit is contained in:
parent
e2e2816948
commit
5981bef63c
3 changed files with 10 additions and 4 deletions
4
.github/workflows/flake8.yml
vendored
4
.github/workflows/flake8.yml
vendored
|
|
@ -1,6 +1,8 @@
|
|||
name: Flake8
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
6
.github/workflows/mod-analyze.yml
vendored
6
.github/workflows/mod-analyze.yml
vendored
|
|
@ -1,7 +1,9 @@
|
|||
name: PluginCheck
|
||||
|
||||
on: [push]
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -1,6 +1,8 @@
|
|||
name: Tests
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue