Skip to content

Commit 6669cda

Browse files
committed
fix: run tests on pull requests, fixes ddev#10
1 parent b27b22c commit 6669cda

4 files changed

+10
-1
lines changed

.github/workflows/add-on-disable-checkout-test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
- main
66
paths-ignore:
77
- '**.md'
8+
pull_request:
9+
paths-ignore:
10+
- '**.md'
811
schedule:
912
- cron: '25 08 * * *'
1013
workflow_dispatch:

.github/workflows/markdown.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
ruby-version: 2.6
2828

29-
- name: Check links in Mardown files
29+
- name: Check links in Markdown files
3030
run: |
3131
gem install awesome_bot
3232
cd sources

.github/workflows/multiple-add-ons-test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
- main
66
paths-ignore:
77
- '**.md'
8+
pull_request:
9+
paths-ignore:
10+
- '**.md'
811
schedule:
912
- cron: '25 08 * * *'
1013
workflow_dispatch:

.github/workflows/single-add-on-test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
- main
66
paths-ignore:
77
- '**.md'
8+
pull_request:
9+
paths-ignore:
10+
- '**.md'
811
schedule:
912
- cron: '25 08 * * *'
1013
workflow_dispatch:

0 commit comments

Comments
 (0)