Skip to content

Commit

Permalink
chore: run integration tests on pull-request
Browse files Browse the repository at this point in the history
  • Loading branch information
birme committed May 13, 2024
1 parent 7520cbe commit 351e447
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
name: Run integration tests

on:
push:
branches: ["master"]
on: [pull_request]

jobs:
test:
if: "!contains(github.event.pull_request.title, 'WIP!')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 351e447

Please sign in to comment.