Skip to content

Commit

Permalink
Merge pull request #206 from localheinz/fix/order
Browse files Browse the repository at this point in the history
Fix: Order
  • Loading branch information
localheinz authored Apr 26, 2022
2 parents 5d3ab3d + 5eb0e98 commit 98999de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
name: "Integrate"

on:
release:
pull_request:
types:
- "opened"
- "reopened"
push:
pull_request:
release:
types:
- "opened"
- "reopened"

jobs:
tests:
name: "Tests"

runs-on: "${{ matrix.operating-system }}"

strategy:
Expand All @@ -26,8 +28,6 @@ jobs:
- "8.0"
- "8.1"

name: "Tests"

steps:
- name: "Checkout"
uses: "actions/checkout@v2"
Expand Down

0 comments on commit 98999de

Please sign in to comment.