Skip to content

Commit

Permalink
test(*): run tests on pull requests, fixes #10 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay authored Aug 25, 2023
1 parent efc93f3 commit 852c1f1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/add-on-disable-checkout-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
- main
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
schedule:
- cron: '25 08 * * *'
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
ruby-version: 2.6

- name: Check links in Mardown files
- name: Check links in Markdown files
run: |
gem install awesome_bot
cd sources
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/multiple-add-ons-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
- main
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
schedule:
- cron: '25 08 * * *'
workflow_dispatch:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/single-add-on-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
- main
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
schedule:
- cron: '25 08 * * *'
workflow_dispatch:
Expand Down

0 comments on commit 852c1f1

Please sign in to comment.