sooner CI testing (#2037)
This commit is contained in:
parent
0be530a427
commit
fd38f52e55
|
@ -1,15 +1,8 @@
|
||||||
name: CI testing
|
name: CI testing
|
||||||
|
|
||||||
# see: https://help.github.com/en/actions/reference/events-that-trigger-workflows
|
# see: https://help.github.com/en/actions/reference/events-that-trigger-workflows
|
||||||
on:
|
# Trigger the workflow on push or pull request
|
||||||
# Trigger the workflow on push or pull request,
|
on: [push, pull_request]
|
||||||
# but only for the master branch
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in New Issue