Skip to content

Commit

Permalink
sooner CI testing (#2037)
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Jun 1, 2020
1 parent 0be530a commit fd38f52
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
name: CI testing

# see: https://help.github.com/en/actions/reference/events-that-trigger-workflows
on:
# Trigger the workflow on push or pull request,
# but only for the master branch
push:
branches:
- master
pull_request:
branches:
- master
# Trigger the workflow on push or pull request
on: [push, pull_request]

jobs:
build:
Expand Down

0 comments on commit fd38f52

Please sign in to comment.