Now checks will work when someone creates a Pull Request

This commit is contained in:
Vishal 2022-08-30 18:29:00 +05:30 committed by GitHub
parent e2e2816948
commit 5981bef63c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 4 deletions

View file

@ -1,6 +1,8 @@
name: Flake8
on: [push]
on:
push:
pull_request:
jobs:
build:

View file

@ -1,7 +1,9 @@
name: PluginCheck
on: [push]
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest

View file

@ -1,6 +1,8 @@
name: Tests
on: [push]
on:
push:
pull_request:
jobs:
build: