Skip to content

Commit

Permalink
update workflow for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tbutterf committed Oct 22, 2024
1 parent 6ad84fd commit 287478f
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/mono-package-split.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: 'Split ASU Packages'
on:
push:
branches:
- main
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- WS2-1623
# tags:
# - 'v[0-9]+.[0-9]+.[0-9]+'
# Allow us to manually trigger the workflow
workflow_dispatch:

Expand All @@ -28,6 +28,12 @@ jobs:
split_repository: asu_brand
- local_path: asu_user
split_repository: asu_user
- local_path: asu_react_core
split_repository: asu_react_core
- local_path: asu_react_integration
split_repository: asu_react_integration
- local_path: asu_config_utility
split_repository: asu_config_utility

steps:
- uses: actions/checkout@v4
Expand All @@ -45,7 +51,7 @@ jobs:
# This app allows us to select all of the repositories we will be adding
# our access permissions to via the app-token. Just list them below
# in a comma separated string (without any spaces).
repositories: 'asu_user,asu_brand'
repositories: 'asu_user,asu_brand,asu_react_core,asu_react_integration'

# The danharrin/monorepo-split-github-action below is the tool that we are using
# to sync the contents of the modules into their respective standalone,
Expand Down

0 comments on commit 287478f

Please sign in to comment.