Skip to content

Commit

Permalink
Fix: Build for any push or pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz authored and sebastianbergmann committed Nov 27, 2019
1 parent a1137f1 commit 6ef9ac8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
@@ -1,12 +1,8 @@
# https://help.github.com/en/categories/automating-your-workflow-with-github-actions

on:
pull_request:
push:
branches:
- 7.5
tags:
- "**"
- pull_request
- push

name: CI

Expand Down

0 comments on commit 6ef9ac8

Please sign in to comment.