Skip to content

Commit 6ef9ac8

Browse files
localheinzsebastianbergmann
authored andcommitted
Fix: Build for any push or pull request
1 parent a1137f1 commit 6ef9ac8

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
# https://help.github.com/en/categories/automating-your-workflow-with-github-actions
22

33
on:
4-
pull_request:
5-
push:
6-
branches:
7-
- 7.5
8-
tags:
9-
- "**"
4+
- pull_request
5+
- push
106

117
name: CI
128

0 commit comments

Comments
 (0)