We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79457b1 commit ca95950Copy full SHA for ca95950
.github/workflows/split.yaml
@@ -3,7 +3,7 @@ name: Split Test
3
on:
4
push:
5
branches:
6
- - main
+ - master
7
8
# see https://github.community/t/how-to-run-github-actions-workflow-only-for-new-tags/16075/10?u=tomasvotruba
9
tags:
README.md
@@ -33,7 +33,7 @@ jobs:
33
uses: "WyriHaximus/github-action-get-previous-tag@master"
34
35
-
36
- uses: "symplify/monorepo-split-github-action@master"
+ uses: "symplify/monorepo-split-github-action@1"
37
env:
38
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
39
with:
0 commit comments