Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Nov 24, 2023
1 parent a4b826a commit b567f6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-subsplit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Sub-Split Publishing
on:
push:
branches:
- master
- main
create:
tags:
- '1.*'
Expand Down Expand Up @@ -33,7 +33,7 @@ jobs:
key: '${{ runner.os }}-splitsh'
- uses: frankdejonge/[email protected]
with:
source-branch: 'master'
source-branch: 'main'
config-path: './config.subsplit-publish.json'
splitsh-path: './.splitsh/splitsh-lite'
splitsh-version: 'v1.0.1'

0 comments on commit b567f6f

Please sign in to comment.