Skip to content

Commit fcaead4

Browse files
author
Benjamin Muskalla
committed
Enable debugging action
1 parent b747391 commit fcaead4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/mad_regenerate-models.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,18 @@ on:
44
workflow_dispatch:
55
schedule:
66
- cron: "30 2 * * *"
7+
pull_request:
8+
branches:
9+
- main
10+
paths:
11+
- ".github/workflows/mad_regenerate-models.yml"
712

813
jobs:
914
regenerate-models:
1015
runs-on: ubuntu-latest
1116
strategy:
1217
matrix:
18+
# placeholder required for each axis, excluded below, replaced by the actual combinations (see include)
1319
slug: ["placeholder"]
1420
ref: ["placeholder"]
1521
include:

0 commit comments

Comments
 (0)