runs tests on each push on the repository

This commit is contained in:
undergroundwires
2020-07-19 02:35:23 +01:00
parent 25ce236a77
commit 73c426844a
5 changed files with 4 additions and 12 deletions

View File

@@ -1,9 +1,6 @@
name: Quality checks
on:
pull_request:
branches:
- master
on: push
jobs:
lint:

View File

@@ -1,9 +1,7 @@
name: Security checks
on:
pull_request:
branches:
- master
push:
schedule:
- cron: '0 0 * * 0'

View File

@@ -1,9 +1,6 @@
name: Test
on:
pull_request:
branches:
- master
on: push
jobs:
run-tests:

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 233 KiB

After

Width:  |  Height:  |  Size: 461 KiB