This commit is contained in:
Kreyren 2020-02-06 01:32:59 +00:00
parent ebd676f82b
commit 40034b1b89
4 changed files with 4 additions and 4 deletions

@ -1,6 +1,6 @@
name: C/C++ CI
on: [push]
on: [pull_request, push]
jobs:
build:

@ -1,6 +1,6 @@
name: Python package
on: [push]
on: [pull_request, push]
jobs:
build:

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

@ -1,6 +1,6 @@
name: Shell/Bash lint
on: [push]
on: [pull_request, push]
jobs:
build: