Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankoppier committed Jul 31, 2024
1 parent 6c8445a commit 4c67c53
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/compatibility-test.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
name: Compatibility Test

on:
workflow_run:
workflows: ["Build"]
types:
- requested

push:
branches:
- main
paths:
- '**'
- '!website/**'
pull_request:
types: [opened, synchronize, reopened]
paths:
- '**'
- '!website/**'
jobs:
compatibility:
strategy:
Expand Down

0 comments on commit 4c67c53

Please sign in to comment.