Skip to content

Commit 3a34d7d

Browse files
committed
Update: Run tests on the daily and on v1 tag.
1 parent b386f4b commit 3a34d7d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test-mkdocs-workflow.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ name: Test MkDocs Workflow
22

33
on:
44
schedule:
5-
- cron: '0 0 * * 0' # Run every Sunday at midnight
5+
- cron: '0 0 * * *' # Run daily at midnight
66
workflow_dispatch:
77
push:
88
branches: [ master ]
9+
tags:
10+
- 'v1'
911
paths:
1012
- 'action.yml'
1113
- '.github/workflows/test-mkdocs-workflow.yml'

0 commit comments

Comments
 (0)