Skip to content

Commit

Permalink
fix artifacts, more types to run on
Browse files Browse the repository at this point in the history
  • Loading branch information
john30 committed Jan 14, 2024
1 parent 6d50141 commit 83c0ce8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: Check
on:
workflow_dispatch:
pull_request:
types:
- ready_for_review
- labeled
- review_requested
paths:
- 'latest/**'
- 'ebusd-2.1.x/**'
Expand Down Expand Up @@ -57,5 +61,6 @@ jobs:
with:
name: results
path: |
de.json en.json dump.de dump.en
dump.de
dump.en

0 comments on commit 83c0ce8

Please sign in to comment.