mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-17 05:54:19 +01:00
Codecov GitHub actions (#1551)
* Run workflows more frequently to build status badges * Add Github status badges to README
This commit is contained in:
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: Linting
|
||||
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
2
.github/workflows/mysql.yml
vendored
2
.github/workflows/mysql.yml
vendored
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: CTFd MySQL CI
|
||||
|
||||
on: [pull_request]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
2
.github/workflows/postgres.yml
vendored
2
.github/workflows/postgres.yml
vendored
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: CTFd Postgres CI
|
||||
|
||||
on: [pull_request]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
2
.github/workflows/sqlite.yml
vendored
2
.github/workflows/sqlite.yml
vendored
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: CTFd SQLite CI
|
||||
|
||||
on: [pull_request]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# 
|
||||
|
||||
[](https://travis-ci.org/CTFd/CTFd)
|
||||

|
||||

|
||||
[](https://community.majorleaguecyber.org/)
|
||||
[](https://docs.ctfd.io)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user