We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e6a88c commit ac80bb0Copy full SHA for ac80bb0
1 file changed
.github/workflows/test-mkdocs-workflow.yml
@@ -5,14 +5,14 @@ on:
5
- cron: '0 0 * * *' # Run daily at midnight
6
workflow_dispatch:
7
push:
8
- branches: [ master ]
+ branches: [ v1-master ]
9
tags:
10
- 'v1'
11
paths:
12
- 'action.yml'
13
- '.github/workflows/test-mkdocs-workflow.yml'
14
pull_request:
15
16
17
18
0 commit comments