Skip to content

Commit

Permalink
Update createdist.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zahmo authored Oct 15, 2024
1 parent 8083ef6 commit 32f31f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/createdist.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#NB has been disabled for now, change branches: [ main] to enable
#workflow creates a dist branch for each library, based on its package version
#should create the following 2 dist branches per lib project
#for example the material library project with package version x.x.x will create branches:
Expand All @@ -8,7 +9,7 @@ name: CreateDist

on:
push:
branches: [ main ]
branches: [ main-disabled ]

jobs:
deploy:
Expand Down

0 comments on commit 32f31f5

Please sign in to comment.