Skip to content

Commit ca95950

Browse files
author
kaizen-ci
committed
use main branch over master one
1 parent 79457b1 commit ca95950

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/split.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Split Test
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77

88
# see https://github.community/t/how-to-run-github-actions-workflow-only-for-new-tags/16075/10?u=tomasvotruba
99
tags:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: "WyriHaximus/github-action-get-previous-tag@master"
3434

3535
-
36-
uses: "symplify/monorepo-split-github-action@master"
36+
uses: "symplify/monorepo-split-github-action@1"
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
3939
with:

0 commit comments

Comments
 (0)