Skip to content

Commit ac80bb0

Browse files
committed
Changed: Renamed branch to v1-master
1 parent 6e6a88c commit ac80bb0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ on:
55
- cron: '0 0 * * *' # Run daily at midnight
66
workflow_dispatch:
77
push:
8-
branches: [ master ]
8+
branches: [ v1-master ]
99
tags:
1010
- 'v1'
1111
paths:
1212
- 'action.yml'
1313
- '.github/workflows/test-mkdocs-workflow.yml'
1414
pull_request:
15-
branches: [ master ]
15+
branches: [ v1-master ]
1616
paths:
1717
- 'action.yml'
1818
- '.github/workflows/test-mkdocs-workflow.yml'

0 commit comments

Comments
 (0)