Skip to content

Commit 9a57003

Browse files
committed
add pull_request to test on PR
1 parent 578dc66 commit 9a57003

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/custard-run-dev.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ on:
3939
# schedule:
4040
# # https://crontab.guru/#0_12_*_*_0
4141
# - cron: 0 12 * * 0 # At 12:00 on Sunday
42+
pull_request: # TODO: remove this
4243

4344
jobs:
4445
affected:

.github/workflows/custard-run.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ on:
3939
# schedule:
4040
# # https://crontab.guru/#0_12_*_*_0
4141
# - cron: 0 12 * * 0 # At 12:00 on Sunday
42+
pull_request: # TODO: remove this
4243

4344
jobs:
4445
affected:

0 commit comments

Comments
 (0)