Merge pull request #132 from SamTebbs33/feature/pr-status-checks
Run CI checks on pull requests and pushes
This commit is contained in:
commit
b2b6616861
1 changed files with 5 additions and 1 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -1,6 +1,10 @@
|
|||
name: CI
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches: "*"
|
||||
pull_request:
|
||||
branches: "*"
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
Loading…
Reference in a new issue